1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/news/husky-hpt/Makefile
John Marino 67afc3a964 news/husky-(fidoconf|htick|hpt) : builds INFO pages everywhere again
Jan Beich fixed the info pages (thanks Jan!) so this enables their
building for htick and fidoconf of FreeBSD 11 and DragonFly.  While here,
commit USES+=makeinfo to -hpt that went uncommitted accidently yesterday.
2015-04-19 06:24:33 +00:00

29 lines
699 B
Makefile

# $FreeBSD$
PORTNAME= husky-hpt
CATEGORIES= news mail
MAINTAINER= osharoiko@gmail.com
COMMENT= Husky FTN tosser
LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf \
libareafix.so:${PORTSDIR}/news/husky-areafix
USES+= makeinfo
ALL_TARGET= all doc
INSTALL_TARGET= install install-doc
INFO= hpt
MASTERDIR= ${.CURDIR}/../husky
COMPONENT_SUBDIR= hpt
post-patch:
${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \
${WRKSRC}/man/hptlink.1
${REINPLACE_CMD} -e 's^/some/path/config^${PREFIX}/etc/fido/config^' \
${WRKSRC}/man/hpttree.1
${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
${WRKSRC}/man/txt2pkt.1
.include <bsd.port.mk>