2010-11-08 07:29:24 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/11/08 12:29:24 espie Exp $
|
2001-07-29 03:18:59 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= configuration system for the STAGE server
|
2001-07-29 03:18:59 -04:00
|
|
|
|
2005-11-11 16:19:13 -05:00
|
|
|
DISTNAME= varconf-0.5.4
|
2010-11-08 07:29:24 -05:00
|
|
|
REVISION = 3
|
2006-01-13 18:40:22 -05:00
|
|
|
SHARED_LIBS= varconf 2.0
|
2001-07-29 03:18:59 -04:00
|
|
|
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/ \
|
2001-07-29 03:18:59 -04:00
|
|
|
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-08 07:29:24 -05:00
|
|
|
LIB_DEPENDS = ::devel/atlas \
|
|
|
|
:libsigc++->=1,<2:devel/libsigc++
|
|
|
|
WANTLIB = pthread Atlas.>=1.1 sigc
|
2001-07-29 03:18:59 -04:00
|
|
|
|
2005-11-02 15:44:56 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2001-07-29 03:18:59 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|