openbsd-ports/x11/gnustep/webservices/Makefile
2011-11-18 00:29:58 +00:00

26 lines
640 B
Makefile

# $OpenBSD: Makefile,v 1.5 2011/11/18 00:29:58 sebastia Exp $
COMMENT = GNUstep webservices framework
VERSION = 0.5.5
DISTNAME = WebServices-${VERSION}
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>