freebsd-ports/news/husky-htick/Makefile
Baptiste Daroussin 55c7913e0e Do not define gmake usage after pre.mk
While here:
- trim headers
- convert to uses=gmake
- remove now useless pre.mk/post.mk dancing
2013-07-12 12:28:43 +00:00

32 lines
687 B
Makefile

# Created by: Max Khon
# $FreeBSD$
PORTNAME= htick
PORTVERSION= 1.0.4
PORTREVISION= 3
CATEGORIES= news mail
MASTER_SITES= SF/husky/${PORTNAME}/1.0-release
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= FTN file ticker
LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
CONFLICTS= husky-htick-devel-[0-9]*
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 "${.CURDIR}/../husky-base/Makefile.inc"
.include <bsd.port.mk>