aboutsummaryrefslogtreecommitdiff
path: root/news/husky-fidoconf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/husky-fidoconf/Makefile')
-rw-r--r--news/husky-fidoconf/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile
deleted file mode 100644
index 6fea26b732d8..000000000000
--- a/news/husky-fidoconf/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Max Khon
-# $FreeBSD$
-
-PORTNAME= fidoconf
-PORTVERSION= 0.14.4
-PORTREVISION= 2
-CATEGORIES= news mail
-MASTER_SITES= SF/husky/fidoconfig/0.14-release
-DISTNAME= ${PORTNAME}_${PORTVERSION}-src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Configuration library for Husky Fidosoft Project
-
-LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi
-RUN_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base
-
-CONFLICTS= husky-fidoconf-devel-[0-9]*
-
-USES= makeinfo
-USE_LDCONFIG= yes
-MAKE_ARGS= ADDCDEFS=-fPIC
-INSTALL_TARGET= install install-man
-
-MAN1= dumpfcfg.1 fconf2.1 linkedto.1 tparser.1
-MLINKS= fconf2.1 fconf2aquaed.1 \
- fconf2.1 fconf2areasbbs.1 \
- fconf2.1 fconf2fidogate.1 \
- fconf2.1 fconf2golded.1 \
- fconf2.1 fconf2msged.1 \
- fconf2.1 fconf2squish.1
-INFO= fidoconfig
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
- ${WRKSRC}/man/dumpfcfg.1
- @${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \
- ${WRKSRC}/man/fconf2.1 \
- ${WRKSRC}/man/tparser.1
-
-.include "${.CURDIR}/../husky-base/Makefile.inc"
-.include <bsd.port.mk>