openbsd-ports/x11/gnustep/renaissance/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

22 lines
523 B
Makefile

# $OpenBSD: Makefile,v 1.3 2012/08/22 07:15:52 sebastia Exp $
COMMENT = GNUstep layer to write portable GUIs
VERSION = 0.9.0
DISTNAME = Renaissance-${VERSION}
REVISION = 1
PKGNAME = gnustep-renaissance-${VERSION}
SHARED_LIBS += Renaissance 0.0
CATEGORIES = devel
HOMEPAGE = http://www.gnustep.it/Renaissance/
MASTER_SITES = ${HOMEPAGE:=Download/}
MODULES = x11/gnustep
WANTLIB += c gnustep-base gnustep-gui m objc2 pthread
MAKE_FLAGS = Renaissance_INTERFACE_VERSION=${LIBRenaissance_VERSION}
.include <bsd.port.mk>