diff options
Diffstat (limited to 'news/husky-htick-devel/Makefile')
-rw-r--r-- | news/husky-htick-devel/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/news/husky-htick-devel/Makefile b/news/husky-htick-devel/Makefile deleted file mode 100644 index 316022d5a62f..000000000000 --- a/news/husky-htick-devel/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: husky-htick -# Date created: 6 January 2003 -# Whom: Max Khon -# -# $FreeBSD$ -# - -PORTNAME= htick -PORTVERSION= 1.0.4 -CATEGORIES= news mail -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= fjoe@FreeBSD.org -COMMENT= FTN File ticker - -LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf - -USE_REINPLACE= yes - -MAN1= htick.1 -INFO= htick - -post-patch: - @${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \ - ${WRKSRC}/man/htick.1 - -post-build: - @cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} all - -post-install: - @cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/news/husky-base/Makefile.inc" -.include <bsd.port.post.mk> |