a42ec116be
Today the older unstaged husky-* ports were removed as the first part of a transition move the development versions into their place. This commit completes the relocation of husky-*-devel ports.
27 lines
682 B
Makefile
27 lines
682 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
|
|
|
|
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>
|