diff options
Diffstat (limited to 'news/husky-fidoconf')
-rw-r--r-- | news/husky-fidoconf/Makefile | 36 | ||||
-rw-r--r-- | news/husky-fidoconf/pkg-descr | 6 | ||||
-rw-r--r-- | news/husky-fidoconf/pkg-plist | 47 |
3 files changed, 89 insertions, 0 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile new file mode 100644 index 00000000000..a0abd5bf530 --- /dev/null +++ b/news/husky-fidoconf/Makefile @@ -0,0 +1,36 @@ +# $FreeBSD$ + +PORTNAME= husky-fidoconf +CATEGORIES= news mail + +MAINTAINER= osharoiko@gmail.com +COMMENT= Husky FTN configuration library + +LIB_DEPENDS= libsmapi.so:${PORTSDIR}/news/husky-smapi + +USES+= perl5 shebangfix makeinfo +SHEBANG_FILES= util/fconf2areasbbs.pl util/fconf2na.pl util/sq2fc.pl +USE_LDCONFIG= yes +INSTALL_TARGET= install install-man + +MASTERDIR= ${.CURDIR}/../husky +COMPONENT_SUBDIR= fidoconf + +post-patch: + ${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \ + ${WRKSRC}/man/linkedto.1 + +post-install: + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2aquaed.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2areasbbs.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2binkd.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2dir.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2fidogate.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2golded.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2msged.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2na.pl.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2squish.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2tornado.1 + ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fecfg2fconf.1 + +.include <bsd.port.mk> diff --git a/news/husky-fidoconf/pkg-descr b/news/husky-fidoconf/pkg-descr new file mode 100644 index 00000000000..e390170e81d --- /dev/null +++ b/news/husky-fidoconf/pkg-descr @@ -0,0 +1,6 @@ +Configuration library for Husky Fidosoft Project. +Development version. + +Husky is complete freeware suite of Fidonet applications. + +WWW: http://husky.sourceforge.net/ diff --git a/news/husky-fidoconf/pkg-plist b/news/husky-fidoconf/pkg-plist new file mode 100644 index 00000000000..217226275bc --- /dev/null +++ b/news/husky-fidoconf/pkg-plist @@ -0,0 +1,47 @@ +bin/fconf2aquaed +bin/fconf2areasbbs.pl +bin/fconf2binkd +bin/fconf2fidogate +bin/fconf2golded +bin/fconf2msged +bin/fconf2na.pl +bin/fconf2squish +bin/fconf2tornado +bin/fecfg2fconf +bin/linked +bin/linkedto +bin/sq2fc.pl +bin/tparser +include/fidoconf/afixcmd.h +include/fidoconf/arealist.h +include/fidoconf/areatree.h +include/fidoconf/common.h +include/fidoconf/fidoconf.h +include/fidoconf/fidoconf.pas +include/fidoconf/findtok.h +include/fidoconf/grptree.h +include/fidoconf/stat.h +include/fidoconf/version.h +%%PORTDOCS%%info/fidoconfig.info +lib/libfidoconfig.a +lib/libfidoconfig.so +lib/libfidoconfig.so.1 +%%PORTDOCS%%man/man1/dumpfcfg.1.gz +%%PORTDOCS%%man/man1/fconf2.1.gz +%%PORTDOCS%%man/man1/fconf2aquaed.1.gz +%%PORTDOCS%%man/man1/fconf2areasbbs.1.gz +%%PORTDOCS%%man/man1/fconf2binkd.1.gz +%%PORTDOCS%%man/man1/fconf2dir.1.gz +%%PORTDOCS%%man/man1/fconf2fidogate.1.gz +%%PORTDOCS%%man/man1/fconf2golded.1.gz +%%PORTDOCS%%man/man1/fconf2msged.1.gz +%%PORTDOCS%%man/man1/fconf2na.pl.1.gz +%%PORTDOCS%%man/man1/fconf2squish.1.gz +%%PORTDOCS%%man/man1/fconf2tornado.1.gz +%%PORTDOCS%%man/man1/fecfg2fconf.1.gz +%%PORTDOCS%%man/man1/linked.1.gz +%%PORTDOCS%%man/man1/linkedto.1.gz +%%PORTDOCS%%man/man1/tparser.1.gz +%%PORTDOCS%%share/doc/husky/fidoconfig.html +@dirrmtry include/fidoconf +@dirrmtry share/doc/husky |