mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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.
25 lines
526 B
Makefile
25 lines
526 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 doc
|
|
INSTALL_TARGET= install install-doc
|
|
INFO= htick
|
|
USE_LDCONFIG= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../husky
|
|
COMPONENT_SUBDIR= htick
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
|
|
${WRKSRC}/man/htick.1
|
|
|
|
.include <bsd.port.mk>
|