mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
55c7913e0e
While here: - trim headers - convert to uses=gmake - remove now useless pre.mk/post.mk dancing
36 lines
759 B
Makefile
36 lines
759 B
Makefile
# Created by: Andrew Clarke <mail@ozzmosis.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= htick
|
|
DISTVERSION= 1.4-rc5
|
|
CATEGORIES= news mail
|
|
MASTER_SITES= SF/husky/${PORTNAME}/1.4-RC5
|
|
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= mail@ozzmosis.com
|
|
COMMENT= FTN File ticker, development version
|
|
|
|
LIB_DEPENDS= fidoconfig.1:${PORTSDIR}/news/husky-fidoconf-devel
|
|
|
|
CONFLICTS= husky-htick-[0-9]*
|
|
|
|
MAN1= htick.1
|
|
INFO= htick
|
|
|
|
PLIST_FILES= bin/htick \
|
|
share/doc/husky/htick.html
|
|
|
|
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-devel/Makefile.inc"
|
|
.include <bsd.port.mk>
|