openbsd-ports/devel/varconf/Makefile

32 lines
840 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2010/11/26 15:00:45 espie Exp $
COMMENT= configuration system for the STAGE server
DISTNAME= varconf-0.5.4
REVISION = 3
SHARED_LIBS= varconf 2.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
2002-10-19 04:38:49 -04:00
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/
2010-11-15 14:45:56 -05:00
LIB_DEPENDS = devel/atlas \
devel/libsigc++
2010-11-15 14:45:56 -05:00
WANTLIB = pthread Atlas>=1.1 sigc
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>