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

18 lines
410 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/08/22 07:15:52 sebastia Exp $
COMMENT = simple code editor for GNUstep
DISTNAME = Gemas-0.3
REVISION = 1
PKGNAME = gnustep-${DISTNAME:L}
HOMEPAGE = http://wiki.gnustep.org/index.php/Gemas.app
MASTER_SITES = http://download.gna.org/gnustep-nonfsf/
MODULES = x11/gnustep
WANTLIB += c m pthread HighlighterKit
LIB_DEPENDS += x11/gnustep/highlighterkit
.include <bsd.port.mk>