2003-01-08 22:20:20 +01:00
|
|
|
# New ports collection makefile for: husky-fidoconf
|
2003-01-05 20:34:27 +01:00
|
|
|
# Date created: 6 January 2003
|
|
|
|
# Whom: Max Khon
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fidoconf
|
2003-06-02 16:52:57 +02:00
|
|
|
PORTVERSION= 0.14.3
|
2003-01-05 20:34:27 +01:00
|
|
|
CATEGORIES= news mail
|
2003-06-02 16:52:57 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-release
|
2003-01-05 20:34:27 +01:00
|
|
|
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
2003-02-18 12:54:56 +01:00
|
|
|
COMMENT= Configuration library for Husky Fidosoft Project
|
2003-01-05 20:34:27 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi
|
2003-01-21 15:11:17 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2003-01-05 20:34:27 +01:00
|
|
|
|
|
|
|
INSTALLS_SHLIB= yes
|
2003-01-10 03:52:23 +01:00
|
|
|
NO_FILTER_SHLIBS= yes
|
2003-01-05 20:34:27 +01:00
|
|
|
INSTALL_TARGET= install install-man
|
2003-01-11 13:14:54 +01:00
|
|
|
USE_REINPLACE= yes
|
2003-01-05 20:34:27 +01:00
|
|
|
|
|
|
|
MAN1= dumpfcfg.1 fconf2.1 linkedto.1 tparser.1
|
|
|
|
MLINKS= fconf2.1 fconf2aquaed.1 \
|
|
|
|
fconf2.1 fconf2areasbbs.1 \
|
|
|
|
fconf2.1 fconf2fidogate.1 \
|
|
|
|
fconf2.1 fconf2golded.1 \
|
|
|
|
fconf2.1 fconf2msged.1 \
|
|
|
|
fconf2.1 fconf2squish.1
|
2003-08-05 12:08:26 +02:00
|
|
|
INFO= fidoconfig
|
2003-01-05 20:34:27 +01:00
|
|
|
|
2003-01-11 13:14:54 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's^/fido/etc/config^${PREFIX}/etc/fido/config^' \
|
|
|
|
${WRKSRC}/man/dumpfcfg.1
|
|
|
|
@${REINPLACE_CMD} -e 's^/etc/fido/config^${PREFIX}/etc/fido/config^' \
|
|
|
|
${WRKSRC}/man/fconf2.1 \
|
|
|
|
${WRKSRC}/man/tparser.1
|
|
|
|
|
2003-01-05 20:34:27 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
|
|
|
|
.include <bsd.port.post.mk>
|