2000-12-06 14:56:28 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: bk2site
|
|
|
|
# Date created: Wed Dec 06, 2000
|
|
|
|
# Whom: clive
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bk2site
|
2001-01-01 21:26:46 +01:00
|
|
|
PORTVERSION= 1.1.6
|
2000-12-06 14:56:28 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= clive@FreeBSD.org
|
|
|
|
|
2001-01-01 21:26:46 +01:00
|
|
|
MAN1= bk2site.1
|
2000-12-06 14:56:28 +01:00
|
|
|
USE_GMAKE= yes
|
2001-01-01 21:26:46 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --prefix="${PREFIX}" --enable-standard-datadir
|
2000-12-06 14:56:28 +01:00
|
|
|
|
|
|
|
post-patch:
|
2001-01-01 21:26:46 +01:00
|
|
|
${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/dot.bk2siterc
|
2000-12-06 14:56:28 +01:00
|
|
|
|
2001-01-01 21:26:46 +01:00
|
|
|
post-install:
|
2000-12-06 14:56:28 +01:00
|
|
|
${MKDIR} ${PREFIX}/etc/${PORTNAME}
|
2001-01-01 21:26:46 +01:00
|
|
|
${CP} ${WRKSRC}/*.html ${PREFIX}/etc/${PORTNAME}
|
2000-12-06 14:56:28 +01:00
|
|
|
${CP} ${WRKSRC}/*.gif ${PREFIX}/share/${PORTNAME}
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|