openbsd-ports/devel/varconf/Makefile
jasper 72b44dba27 - update varconf to 0.6.6
* switches to libsigc++-2
- add homepage
- set license marker
- remove maintainer agreed by pval@
2011-01-04 08:36:11 +00:00

30 lines
659 B
Makefile

# $OpenBSD: Makefile,v 1.15 2011/01/04 08:36:11 jasper Exp $
COMMENT= configuration system for the STAGE server
DISTNAME= varconf-0.6.6
SHARED_LIBS= varconf-1.0 0.0 # 0.0
CATEGORIES= devel
HOMEPAGE= http://www.worldforge.org/dev/eng/libraries/varconf
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://downloads.sourceforge.net/worldforge/
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
WANTLIB= m sigc-2.0 stdc++
LIB_DEPENDS= devel/libsigc++-2
FAKE_FLAGS+= docdir="${PREFIX}/share/doc/varconf"
.include <bsd.port.mk>