diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-02-19 10:30:22 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-02-19 10:30:22 +0000 |
commit | 2ad7a730ee5e711fbe8443c8c9869bde915b515c (patch) | |
tree | 421de1eeb72487fb64dd76c69b7d4912b3986eeb /comms/bforce/Makefile | |
parent | 419892c3f71e4cf7613817c46d851fca4a25b792 (diff) | |
download | ports-2ad7a730ee5e711fbe8443c8c9869bde915b515c.tar.gz ports-2ad7a730ee5e711fbe8443c8c9869bde915b515c.zip |
Notes
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> |