2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2013/03/21 08:45:16 ajacoutot 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
|
|
|
|
2011-01-04 03:36:11 -05:00
|
|
|
DISTNAME= varconf-0.6.6
|
2013-01-11 08:44:24 -05:00
|
|
|
REVISION= 1
|
2011-01-04 03:36:11 -05:00
|
|
|
SHARED_LIBS= varconf-1.0 0.0 # 0.0
|
2001-07-29 03:18:59 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2011-01-04 03:36:11 -05:00
|
|
|
HOMEPAGE= http://www.worldforge.org/dev/eng/libraries/varconf
|
2001-07-29 03:18:59 -04:00
|
|
|
|
2011-01-04 03:36:11 -05:00
|
|
|
# LGPLv2.1
|
2001-07-29 03:18:59 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2011-04-07 13:41:15 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=worldforge/}
|
2001-07-29 03:18:59 -04:00
|
|
|
|
2011-01-04 03:36:11 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
2001-07-29 03:18:59 -04:00
|
|
|
|
2011-01-04 03:36:11 -05:00
|
|
|
WANTLIB= m sigc-2.0 stdc++
|
|
|
|
|
|
|
|
LIB_DEPENDS= devel/libsigc++-2
|
|
|
|
|
|
|
|
FAKE_FLAGS+= docdir="${PREFIX}/share/doc/varconf"
|
2001-07-29 03:18:59 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|