67afc3a964
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.
32 lines
748 B
Makefile
32 lines
748 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= husky-htick
|
|
CATEGORIES= news mail
|
|
|
|
MAINTAINER= osharoiko@gmail.com
|
|
COMMENT= Husky FTN file ticker
|
|
|
|
LIB_DEPENDS= libfidoconfig.so:${PORTSDIR}/news/husky-fidoconf \
|
|
libareafix.so:${PORTSDIR}/news/husky-areafix
|
|
|
|
ALL_TARGET= all
|
|
INSTALL_TARGET= install
|
|
USE_LDCONFIG= yes
|
|
PLIST_FILES= bin/htick man/man1/htick.1.gz
|
|
|
|
MASTERDIR= ${.CURDIR}/../husky
|
|
COMPONENT_SUBDIR= htick
|
|
|
|
# Settings below are required to handle texi output (html, INFO page)
|
|
USES+= makeinfo
|
|
ALL_TARGET+= doc
|
|
INSTALL_TARGET+= install-doc
|
|
PORTDOCS= htick.html
|
|
DOCSDIR= ${PREFIX}/share/doc/husky
|
|
INFO= htick
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
|
|
${WRKSRC}/man/htick.1
|
|
|
|
.include <bsd.port.mk>
|