openbsd-ports/devel/varconf/Makefile
pvalchev 90d3f6bfc0 Import of varconf-0.5.0
Varconf is a configuration system designed for the STAGE server.
Varconf can parse configuration files, command-line arguments and
environment variables.  It supports callbacks and can store its
configuration information in separate Config objects or in one
global configuration instance.
2001-07-29 07:18:59 +00:00

29 lines
777 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/07/29 07:18:59 pvalchev Exp $
COMMENT= "configuration system for the STAGE server"
VERSION= 0.5.0
DISTNAME= varconf-${VERSION}
CATEGORIES= devel
NEED_VERSION= 1.427
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= 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:atlas-*:devel/atlas \
sigc.0.0:libsigc++-*:devel/libsigc++
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>