diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-01-06 03:34:27 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-01-06 03:34:27 +0800 |
commit | 0d5846544c4935b3b0684396549171d6bbacfc36 (patch) | |
tree | 9a3bc9b19a52e8233cdb1528f5c5a6edaab382ee /news/husky-fidoconf/Makefile | |
parent | 8adea8fbb748310ba6c1eae3aeba652cc2a0d6a8 (diff) | |
download | freebsd-ports-gnome-0d5846544c4935b3b0684396549171d6bbacfc36.tar.gz freebsd-ports-gnome-0d5846544c4935b3b0684396549171d6bbacfc36.tar.zst freebsd-ports-gnome-0d5846544c4935b3b0684396549171d6bbacfc36.zip |
Add ports for Husky Fidosoft Project (most of modules from it).
Diffstat (limited to 'news/husky-fidoconf/Makefile')
-rw-r--r-- | news/husky-fidoconf/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile new file mode 100644 index 000000000000..51407b8e0bfc --- /dev/null +++ b/news/husky-fidoconf/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: husky-base +# Date created: 6 January 2003 +# Whom: Max Khon +# +# $FreeBSD$ +# + +PORTNAME= fidoconf +PORTVERSION= 0.14.2 +PORTREVISION= 1 +CATEGORIES= news mail +DISTNAME= ${PORTNAME}_${PORTVERSION}-${PORTREVISION} + +MAINTAINER= fjoe@FreeBSD.org + +LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi + +INSTALLS_SHLIB= yes +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 + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/news/husky-base/Makefile.inc" +.include <bsd.port.post.mk> |