2001-04-05 19:24:57 +00:00
|
|
|
# New ports collection makefile for: varconf
|
|
|
|
# Date created: 29 March 2001
|
|
|
|
# Whom: Oliver Lehmann <lehmann@ans-netz.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= varconf
|
2004-12-18 15:59:15 +00:00
|
|
|
PORTVERSION= 0.6.2
|
|
|
|
PORTREVISION= 0
|
2001-04-05 19:24:57 +00:00
|
|
|
CATEGORIES= devel
|
2005-01-03 20:30:32 +00:00
|
|
|
MASTER_SITES= ftp://ftp.worldforge.org/pub/worldforge/libs/varconf/ \
|
2004-02-01 23:40:28 +00:00
|
|
|
http://purple.worldforge.org/wf/downloads/libs/varconf/
|
2001-04-05 19:24:57 +00:00
|
|
|
|
2003-07-07 20:15:37 +00:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-02-21 11:23:04 +00:00
|
|
|
COMMENT= A Configuration System for the STAGE Server
|
2001-04-05 19:24:57 +00:00
|
|
|
|
2003-07-07 20:15:37 +00:00
|
|
|
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
|
2001-04-05 19:24:57 +00:00
|
|
|
|
2004-08-14 21:53:23 +00:00
|
|
|
USE_LIBTOOL_VER= 15
|
2003-07-07 20:15:37 +00:00
|
|
|
USE_REINPLACE= YES
|
2002-07-01 19:24:37 +00:00
|
|
|
GNU_CONFIGURE= YES
|
2004-02-01 23:40:28 +00:00
|
|
|
INSTALLS_SHLIB= YES
|
2001-04-05 19:24:57 +00:00
|
|
|
|
2003-07-07 20:15:37 +00:00
|
|
|
post-patch:
|
2004-12-19 16:32:35 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g ; \
|
|
|
|
s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
|
2003-07-07 20:15:37 +00:00
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in README COPYING AUTHORS THANKS NEWS
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2001-04-05 19:24:57 +00:00
|
|
|
.include <bsd.port.mk>
|