summaryrefslogtreecommitdiffstats
path: root/comms/bforce/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/bforce/Makefile')
-rw-r--r--comms/bforce/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/comms/bforce/Makefile b/comms/bforce/Makefile
deleted file mode 100644
index db32a0c..0000000
--- a/comms/bforce/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Vladimir Kurtikov <vk@vk.pp.ru>
-# $FreeBSD$
-
-PORTNAME= bforce
-PORTVERSION= 0.22.8
-PORTREVISION= 2
-CATEGORIES= comms
-MASTER_SITES= ftp://fido.kuzbass.ru/pub/fileecho/DALLAS.SOFT/
-
-MAINTAINER= vk@vk.pp.ru
-COMMENT= Simple ifcico like Fidonet technology mailer
-
-BROKEN= Unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-11-26
-USES= gmake tar:bzip2
-GNU_CONFIGURE= yes
-
-CFLAGS+= -fno-builtin
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/source
-SUB_FILES= pkg-message
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bforce
-.for f in bforce.conf bforce.passwd bforce.subst freq.aliases freq.dirs
- ${INSTALL_DATA} ${WRKSRC}/../examples/${f} \
- ${STAGEDIR}${PREFIX}/etc/bforce/${f}.sample
-.endfor
-.for f in bforce bfindex bfstat nlookup
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin
-.endfor
-
-.include <bsd.port.mk>
OpenPOWER on IntegriCloud