2014-08-05 08:54:40 +02:00
|
|
|
PORTNAME= husky-fidoconf
|
2005-10-26 17:46:18 +02:00
|
|
|
|
2014-08-20 00:10:13 +02:00
|
|
|
COMMENT= Husky FTN configuration library
|
2005-10-26 17:46:18 +02:00
|
|
|
|
2020-03-08 20:09:14 +01:00
|
|
|
LICENSE= LGPL20
|
|
|
|
|
|
|
|
LIB_DEPENDS= libsmapi.so:news/husky-smapi \
|
|
|
|
libhusky.so:news/husky-huskylib
|
2005-10-26 17:46:18 +02:00
|
|
|
|
2015-04-18 12:28:54 +02:00
|
|
|
USES+= perl5 shebangfix
|
2020-03-08 20:09:14 +01:00
|
|
|
SHEBANG_FILES= fidoconf/util/fconf2areasbbs.pl fidoconf/util/fconf2na.pl fidoconf/util/sq2fc.pl
|
|
|
|
USE_LDCONFIG= yes
|
2005-10-26 17:46:18 +02:00
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
|
2020-03-08 20:09:14 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../husky
|
|
|
|
COMPONENT_SUBDIR=fidoconf
|
2014-08-05 08:54:40 +02:00
|
|
|
|
2015-04-19 08:24:33 +02:00
|
|
|
# Settings below are required to handle texi output (html, INFO page)
|
2015-04-18 12:28:54 +02:00
|
|
|
USES+= makeinfo
|
|
|
|
PORTDOCS= fidoconfig.html
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/husky
|
|
|
|
INFO= fidoconfig
|
2018-11-10 19:12:57 +01:00
|
|
|
MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH}
|
2015-04-19 08:24:33 +02:00
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2015-04-19 08:24:33 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \
|
2020-03-08 20:09:14 +01:00
|
|
|
${BUILD_WRKSRC}/man/linkedto.1
|
2015-04-18 12:28:54 +02:00
|
|
|
|
2014-08-05 08:54:40 +02:00
|
|
|
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
|
2005-10-26 17:46:18 +02:00
|
|
|
|
2015-09-22 00:09:08 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|