1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/varconf/Makefile

38 lines
908 B
Makefile
Raw Normal View History

# 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
CATEGORIES= devel
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/
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
2003-07-07 20:15:37 +00:00
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
USE_LIBTOOL_VER= 15
2003-07-07 20:15:37 +00:00
USE_REINPLACE= YES
GNU_CONFIGURE= YES
2004-02-01 23:40:28 +00:00
INSTALLS_SHLIB= YES
2003-07-07 20:15:37 +00:00
post-patch:
@${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
.include <bsd.port.mk>