sebastia d511a502f3 Add OBJCFLAGS=-fgnustep-runtime to gnustep.port.mk CONFIGURE_ENV
and MAKE_FLAGS for clang build platforms, and bump all ports for that.
2015-10-26 11:53:14 +00:00

18 lines
399 B
Makefile

# $OpenBSD: Makefile,v 1.12 2015/10/26 11:53:14 sebastia Exp $
COMMENT = simple code editor for GNUstep
REVISION = 1
DISTNAME = Gemas-0.4
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 += HighlighterKit
LIB_DEPENDS += x11/gnustep/highlighterkit
.include <bsd.port.mk>