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@
18 lines
410 B
Makefile
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>
|