head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.15
	RELEASE_6_3_0:1.15
	PRE_XORG_7:1.15
	RELEASE_4_EOL:1.15
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.14
	RELEASE_5_4_0:1.14
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.13
	RELEASE_5_1_0:1.13
	RELEASE_4_8_0:1.13
	RELEASE_5_0_0:1.12
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.9
	RELEASE_4_5_0:1.9
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.02.29;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2006.11.14.01.18.37;	author ijliao;	state Exp;
branches;
next	1.14;

1.14
date	2005.03.13.09.47.43;	author krion;	state Exp;
branches;
next	1.13;

1.13
date	2003.02.20.19.15.23;	author knu;	state Exp;
branches;
next	1.12;

1.12
date	2002.11.10.16.48.21;	author lioux;	state Exp;
branches;
next	1.11;

1.11
date	2002.11.06.22.47.13;	author adamw;	state Exp;
branches;
next	1.10;

1.10
date	2002.09.29.08.07.47;	author ijliao;	state Exp;
branches;
next	1.9;

1.9
date	2001.03.27.13.16.21;	author kevlo;	state Exp;
branches;
next	1.8;

1.8
date	2001.03.08.17.17.51;	author sf;	state Exp;
branches;
next	1.7;

1.7
date	2001.02.05.15.33.13;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2001.01.09.00.06.25;	author will;	state Exp;
branches;
next	1.5;

1.5
date	2001.01.07.17.49.50;	author will;	state Exp;
branches;
next	1.4;

1.4
date	2000.09.25.12.21.42;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.10.00.04.31;	author cpiazza;	state Exp;
branches;
next	1.2;

1.2
date	2000.03.29.20.09.31;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2000.03.29.19.44.32;	author will;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	bkmrkconv
# Date created:		18 Dec 1999
# Whom:			Will Andrews <andrews@@technologist.com>
#
# $FreeBSD: head/www/bkmrkconv/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	bkmrkconv
PORTVERSION=	1.12
CATEGORIES=	www
MASTER_SITES=	http://www.bleb.org/software/bkmrkconv/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Netscape bookmarks.html converter

USE_PERL5=	yes
NO_BUILD=	yes

post-patch:
	@@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${PERL} -pi -e \
		's|/usr/bin/perl|${PERL}|g ; \
		 s|%%PREFIX%%|${PREFIX}|g'

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/bkmrkconv.pl ${PREFIX}/bin/bkmrkconv
	@@${MKDIR} ${DATADIR}
	${INSTALL_SCRIPT} ${WRKSRC}/utils/* ${DATADIR}
	@@${MKDIR} ${DATADIR}/src
	${INSTALL_DATA} ${WRKSRC}/src.example/* ${DATADIR}/src
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.15
log
@uprade to 1.12
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@Update to version 1.11

PR:		ports/78745
Submitted by:	Ports Fury
@
text
@d9 1
a9 1
PORTVERSION=	1.11
@


1.13
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.10
d26 4
a29 3
	@@${MKDIR} ${PREFIX}/share/bkmrkconv/src
	${INSTALL_SCRIPT} ${WRKSRC}/utils/* ${PREFIX}/share/bkmrkconv
	${INSTALL_DATA} ${WRKSRC}/src.example/* ${PREFIX}/share/bkmrkconv/src
d31 2
a32 2
	@@${MKDIR} ${PREFIX}/share/doc/bkmrkconv
	${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/bkmrkconv
@


1.12
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d14 1
@


1.11
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a14 2
PORTCOMMENT=	Netscape bookmarks.html converter

@


1.10
log
@find->${FIND},xargs->${XARGS}

PR:		40791
Submitted by:	Simon 'corecode' Schubert <corecode@@corecode.ath.cx>
@
text
@d15 2
@


1.9
log
@Update to version 1.10

PR: 26123
Submitted by: Ports Fury
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/bkmrkconv/Makefile,v 1.8 2001/03/08 17:17:51 sf Exp $
d19 1
a19 1
	@@find ${WRKSRC} -name '*.pl' | xargs ${PERL} -pi -e \
@


1.8
log
@update to 1.09.

PR:		25614
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/bkmrkconv/Makefile,v 1.7 2001/02/05 15:33:13 olgeni Exp $
d9 1
a9 1
PORTVERSION=	1.09
@


1.7
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/bkmrkconv/Makefile,v 1.6 2001/01/09 00:06:25 will Exp $
d9 1
a9 1
PORTVERSION=	1.08
d11 1
a11 2
MASTER_SITES=	http://www.dcs.warwick.ac.uk/~csube/bkmrkconv/
DISTFILES=	${PORTNAME}.tar.gz
d18 4
a21 3
pre-install:
	@@${PERL} -pi -e "s:/usr/local/bin/perl:${PERL}:g ; \
		s:/usr/local/share:${PREFIX}/share:g" ${WRKSRC}/*.pl
d24 1
d26 6
a31 4
	@@${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/bkmrkconv/
	@@${INSTALL_DATA} ${WRKSRC}/src.example/* ${PREFIX}/share/bkmrkconv/src/
	@@${INSTALL_SCRIPT} ${WRKSRC}/random.pl ${PREFIX}/share/bkmrkconv/
	@@${INSTALL_SCRIPT} ${WRKSRC}/bkmrkconv.pl ${PREFIX}/bin/bkmrkconv
@


1.6
log
@Release to the world all of my ports that I don't use, excluding KDE 1,
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/bkmrkconv/Makefile,v 1.5 2001/01/07 17:49:50 will Exp $
d9 1
a9 1
PORTVERSION= 	1.08
@


1.5
log
@Clean up inefficient perl invocations; use multiple REs in the same call.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/bkmrkconv/Makefile,v 1.4 2000/09/25 12:21:42 asami Exp $
d14 1
a14 1
MAINTAINER=	will@@FreeBSD.org
@


1.4
log
@Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@@orbitel.bg> and kris
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/bkmrkconv/Makefile,v 1.3 2000/04/10 00:04:31 cpiazza Exp $
d20 2
a21 2
	@@${PERL} -pi -e "s:/usr/local/bin/perl:${PERL}:g" ${WRKSRC}/*.pl
	@@${PERL} -pi -e "s:/usr/local/share:${PREFIX}/share:g" ${WRKSRC}/bkmrkconv.pl
@


1.3
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/bkmrkconv/Makefile,v 1.2 2000/03/29 20:09:31 will Exp $
d12 1
a12 1
DISTNAME=	${PORTNAME}
a17 1
WRKSRC=		${WRKDIR}/${PKGNAME}
@


1.2
log
@Fix CATEGORIES, since this port does not belong in converters.
This is a netscape bookmarks.html -> yahoo-like index "converter".
@
text
@a1 1
# Version required:	1.08
d5 1
a5 1
# $FreeBSD: ports/www/bkmrkconv/Makefile,v 1.1 2000/03/29 19:44:32 will Exp $
d8 2
a9 2
DISTNAME=	bkmrkconv
PKGNAME=	bkmrkconv-1.08
d12 1
@


1.1
log
@Re-import bkmrkconv in www category. CVSROOT/modules was handled in
previous commit.
@
text
@d6 1
a6 1
# $FreeBSD$
d11 1
a11 1
CATEGORIES=	converters www
@

