diff options
Diffstat (limited to 'news/husky-hptkill/Makefile')
-rw-r--r-- | news/husky-hptkill/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/news/husky-hptkill/Makefile b/news/husky-hptkill/Makefile new file mode 100644 index 000000000000..63e206c08336 --- /dev/null +++ b/news/husky-hptkill/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: husky-base +# Date created: 6 January 2003 +# Whom: Max Khon +# +# $FreeBSD$ +# + +PORTNAME= hptkill +PORTVERSION= 1.10.2 +PORTREVISION= 1 +CATEGORIES= news mail +DISTNAME= ${PORTNAME}_${PORTVERSION}-${PORTREVISION} + +MAINTAINER= fjoe@FreeBSD.org + +LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf + +MAN1= hptkill.1 +MANCOMPRESSED= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/news/husky-base/Makefile.inc" +.include <bsd.port.post.mk> |