30 lines
654 B
Makefile
30 lines
654 B
Makefile
|
# New ports collection makefile for: husky-base
|
||
|
# Date created: 6 January 2003
|
||
|
# Whom: Max Khon
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= hpt
|
||
|
PORTVERSION= 1.2.2
|
||
|
PORTREVISION= 1
|
||
|
CATEGORIES= news mail
|
||
|
DISTNAME= ${PORTNAME}_${PORTVERSION}-${PORTREVISION}
|
||
|
|
||
|
MAINTAINER= fjoe@FreeBSD.org
|
||
|
|
||
|
LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
|
||
|
|
||
|
MAN1= hpt.1 hptlink.1 hpttree.1 txt2pkt.1
|
||
|
MANCOMPRESSED= yes
|
||
|
|
||
|
post-build:
|
||
|
@cd ${WRKSRC}/doc && ${GMAKE}
|
||
|
|
||
|
post-install:
|
||
|
@cd ${WRKSRC}/doc && ${GMAKE} install
|
||
|
|
||
|
.include <bsd.port.pre.mk>
|
||
|
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
|
||
|
.include <bsd.port.post.mk>
|