openbsd-ports/devel/varconf/Makefile
bernd 14be5d97f2 SHARED_LIBS, USE_LIBTOOL
"go ahead" pvalchev@
2006-01-02 17:49:48 +00:00

32 lines
868 B
Makefile

# $OpenBSD: Makefile,v 1.7 2006/01/02 17:49:48 bernd Exp $
COMMENT= "configuration system for the STAGE server"
DISTNAME= varconf-0.5.4
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= varconf 1.0
CATEGORIES= devel
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= pthread
MASTER_SITES= http://purple.worldforge.org/wf/downloads/libs/varconf/ \
ftp://ftp.ecs.soton.ac.uk/pub/worldforge/libs/varconf/ \
ftp://two.woovis.com/pub/worldforge/libs/varconf/ \
http://dreadnought.res.cmu.edu/worldforge/libs/varconf/ \
http://kafka.i-site.com/~novalis/mirrors/acorn/0.4/src/
LIB_DEPENDS= Atlas.1.1::devel/atlas \
sigc.0.0:libsigc++-1.*:devel/libsigc++
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>