freebsd-ports/devel/varconf/Makefile

39 lines
865 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
2005-05-07 12:58:46 +02:00
PORTVERSION= 0.6.3
2004-12-18 16:59:15 +01:00
PORTREVISION= 0
CATEGORIES= devel
2005-05-07 12:58:46 +02:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=worldforge
2003-07-07 22:15:37 +02:00
MAINTAINER= oliver@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= A Configuration System for the STAGE Server
2003-07-07 22:15:37 +02:00
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
2005-05-07 12:58:46 +02:00
USE_LIBTOOL_VER=15
2003-07-07 22:15:37 +02:00
USE_REINPLACE= YES
GNU_CONFIGURE= YES
2004-02-02 00:40:28 +01:00
INSTALLS_SHLIB= YES
2005-05-07 12:58:46 +02:00
USE_BZIP2= YES
2003-07-07 22:15:37 +02:00
post-patch:
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g ; \
s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
2003-07-07 22:15:37 +02: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>