mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
36 lines
783 B
Makefile
36 lines
783 B
Makefile
# New ports collection makefile for: husky-htick
|
|
# Date created: 6 January 2003
|
|
# Whom: Max Khon
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= htick
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= news mail
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-release
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= FTN File ticker
|
|
|
|
LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
MAN1= htick.1
|
|
INFO= htick
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
|
|
${WRKSRC}/man/htick.1
|
|
|
|
post-build:
|
|
@cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} all
|
|
|
|
post-install:
|
|
@cd ${WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|