freebsd-ports/news/husky-fidoconf/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

43 lines
1.2 KiB
Makefile

# New ports collection makefile for: husky-fidoconf
# Date created: 6 January 2003
# Whom: Max Khon
#
# $FreeBSD$
#
PORTNAME= fidoconf
PORTVERSION= 0.14.4
PORTREVISION= 1
CATEGORIES= news mail
DISTNAME= ${PORTNAME}_${PORTVERSION}-src
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Configuration library for Husky Fidosoft Project
LIB_DEPENDS= smapi.2:${PORTSDIR}/news/husky-smapi
RUN_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base
CONFLICTS= husky-fidoconf-devel-[0-9]*
USE_LDCONFIG= yes
INSTALL_TARGET= install install-man
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
INFO= fidoconfig
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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/news/husky-base/Makefile.inc"
.include <bsd.port.post.mk>