summaryrefslogtreecommitdiff
path: root/news/husky-htick-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/husky-htick-devel/Makefile')
-rw-r--r--news/husky-htick-devel/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/news/husky-htick-devel/Makefile b/news/husky-htick-devel/Makefile
deleted file mode 100644
index 04de828ca82a..000000000000
--- a/news/husky-htick-devel/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: husky-htick
-# Date created: 6 January 2003
-# Whom: Max Khon
-#
-# $FreeBSD$
-#
-
-PORTNAME= htick
-PORTVERSION= 1.0.4
-PORTREVISION= 1
-CATEGORIES= news mail
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-
-MAINTAINER= fjoe@FreeBSD.org
-COMMENT= FTN File ticker
-
-LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
-
-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>