483a696233
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@
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT = GNUstep webserver framework
|
|
|
|
VERSION = 1.4.6
|
|
DISTNAME = WebServer-${VERSION}
|
|
REVISION = 1
|
|
PKGNAME = gnustep-webserver-${VERSION}
|
|
|
|
SHARED_LIBS += WebServer 1.1
|
|
|
|
CATEGORIES = www
|
|
|
|
HOMEPAGE = http://wiki.gnustep.org/index.php/WebServer
|
|
|
|
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
|
|
|
|
MODULES = x11/gnustep
|
|
MODGNUSTEP_NEEDS_GUI = No
|
|
WANTLIB += Performance
|
|
LIB_DEPENDS += x11/gnustep/performance
|
|
|
|
MAKE_FLAGS += WebServer_INTERFACE_VERSION=${LIBWebServer_VERSION}
|
|
|
|
.include <bsd.port.mk>
|