openbsd-ports/x11/gnustep/webservices/Makefile
sebastia 483a696233 Since we now have libobjc2, tweak gnustep-make to build/link against it.
gnustep-base doesn't need to install the compatibility layer anymore,
which requires a major lib bump.
Bump revision of all dependent packages, and remove double REVISION
in webservices

OK landry@
2012-08-22 07:15:51 +00:00

27 lines
653 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/08/22 07:15:52 sebastia Exp $
COMMENT = GNUstep webservices framework
VERSION = 0.5.5
DISTNAME = WebServices-${VERSION}
REVISION = 1
PKGNAME = gnustep-webservices-${VERSION}
CATEGORIES = www
SHARED_LIBS += WebServices 0.1
HOMEPAGE = http://wiki.gnustep.org/index.php/WebServices
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
MODULES = x11/gnustep
WANTLIB += Performance
LIB_DEPENDS = x11/gnustep/performance
MODGNUSTEP_NEEDS_GUI = No
MAKE_FLAGS += WebServices_INTERFACE_VERSION=${LIBWebServices_VERSION}
NO_REGRESS = No
do-regress:
cd ${WRKSRC}/tests/ && LD_LIBRARY_PATH=../obj ./test
.include <bsd.port.mk>