freebsd-ports/www/bkmrkconv/Makefile
Will Andrews 052cf380ee 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.
2001-01-09 00:06:25 +00:00

30 lines
824 B
Makefile

# New ports collection makefile for: bkmrkconv
# Date created: 18 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= bkmrkconv
PORTVERSION= 1.08
CATEGORIES= www
MASTER_SITES= http://www.dcs.warwick.ac.uk/~csube/bkmrkconv/
DISTFILES= ${PORTNAME}.tar.gz
MAINTAINER= ports@FreeBSD.org
USE_PERL5= yes
NO_BUILD= yes
pre-install:
@${PERL} -pi -e "s:/usr/local/bin/perl:${PERL}:g ; \
s:/usr/local/share:${PREFIX}/share:g" ${WRKSRC}/*.pl
do-install:
@${MKDIR} ${PREFIX}/share/bkmrkconv/src
@${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
.include <bsd.port.mk>