diff options
Diffstat (limited to 'comms/bforce/Makefile')
-rw-r--r-- | comms/bforce/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/comms/bforce/Makefile b/comms/bforce/Makefile new file mode 100644 index 000000000000..a039c9c4ca5a --- /dev/null +++ b/comms/bforce/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: bforce +# Date created: 19 Feb 2003 +# Whom: Vladimir Kurtikov <vk@vk.pp.ru> +# +# $FreeBSD$ +# + +PORTNAME= bforce +PORTVERSION= 0.22.8 +CATEGORIES= comms +MASTER_SITES= http://bforce.chbs.ru/ + +MAINTAINER= vk@vk.pp.ru +COMMENT= Simple ifcico like Fidonet technology mailer + +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${DISTNAME}/source + +do-install: + ${MKDIR} ${PREFIX}/etc/bforce + ${INSTALL_DATA} ${WRKSRC}/../examples/bforce.conf ${PREFIX}/etc/bforce/bforce.conf.sample + ${INSTALL_DATA} ${WRKSRC}/../examples/bforce.passwd ${PREFIX}/etc/bforce/bforce.passwd.sample + ${INSTALL_DATA} ${WRKSRC}/../examples/bforce.subst ${PREFIX}/etc/bforce/bforce.subst.sample + ${INSTALL_DATA} ${WRKSRC}/../examples/freq.aliases ${PREFIX}/etc/bforce/freq.aliases.sample + ${INSTALL_DATA} ${WRKSRC}/../examples/freq.dirs ${PREFIX}/etc/bforce/freq.dirs.sample + ${INSTALL_PROGRAM} ${WRKSRC}/bin/bforce ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/bfindex ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/bfstat ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/nlookup ${PREFIX}/bin + @${SED} "s|%%PREFIX%%|${PREFIX}|" ${PKGMESSAGE} + +.include <bsd.port.mk> |