blob: 5e1380822461f7442f25e2efc0c6cb7e9dd63509 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: husky-htick
# Date created: 6 January 2003
# Whom: Max Khon
#
# $FreeBSD$
#
PORTNAME= htick
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= news mail
DISTNAME= ${PORTNAME}_${PORTVERSION}-${PORTREVISION}
MAINTAINER= fjoe@FreeBSD.org
LIB_DEPENDS= fidoconfig.0:${PORTSDIR}/news/husky-fidoconf
USE_REINPLACE= yes
MAN1= htick.1
post-patch:
@${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
${WRKSRC}/man/htick.1
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>
|