diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-01-05 19:34:27 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-01-05 19:34:27 +0000 |
commit | 8b89c2bbe46ade68b31fb8f751828677d35a376f (patch) | |
tree | a1f9428ebf0bc74d82f72d411058fdca307d87c2 /news/husky-htick/Makefile | |
parent | da1a192da69a9bbfe876782cafac2843a6a71bf4 (diff) | |
download | ports-8b89c2bbe46ade68b31fb8f751828677d35a376f.tar.gz ports-8b89c2bbe46ade68b31fb8f751828677d35a376f.zip |
Notes
Diffstat (limited to 'news/husky-htick/Makefile')
-rw-r--r-- | news/husky-htick/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile new file mode 100644 index 000000000000..866665e4465d --- /dev/null +++ b/news/husky-htick/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: husky-base +# Date created: 6 January 2003 +# Whom: Max Khon +# +# $FreeBSD$ +# + +PORTNAME= htick +PORTVERSION= 1.0.2 +PORTREVISION= 1 +CATEGORIES= news mail +DISTNAME= ${PORTNAME}_${PORTVERSION}-${PORTREVISION} + +MAINTAINER= fjoe@FreeBSD.org + +LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf + +MAN1= htick.1 + +post-build: + @cd ${WRKSRC}/doc && ${GMAKE} + +post-install: + @cd ${WRKSRC}/doc && ${GMAKE} install + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/news/husky-base/Makefile.inc" +.include <bsd.port.post.mk> |