Tweak news/nntp version 1.5.12.2_7
[dports.git] / news / husky-htick / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       husky-htick
4
5 COMMENT=        Husky FTN file ticker
6
7 LIB_DEPENDS=    libfidoconfig.so:news/husky-fidoconf \
8                 libareafix.so:news/husky-areafix
9
10 ALL_TARGET=     all
11 INSTALL_TARGET= install
12 USE_LDCONFIG=   yes
13 PLIST_FILES=    bin/htick man/man1/htick.1.gz
14
15 MASTERDIR=      ${.CURDIR}/../husky
16 COMPONENT_SUBDIR=       htick
17
18 # Settings below are required to handle texi output (html, INFO page)
19 USES+=                  makeinfo
20 ALL_TARGET+=            doc
21 INSTALL_TARGET+=        install-doc
22 PORTDOCS=               htick.html
23 DOCSDIR=                ${PREFIX}/share/doc/husky
24 INFO=                   htick
25
26 post-patch:
27         ${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
28                 ${WRKSRC}/man/htick.1
29
30 .include "${MASTERDIR}/Makefile"