2039324476
OK landry@
17 lines
397 B
Makefile
17 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/05/20 07:33:45 sebastia Exp $
|
|
|
|
COMMENT = simple code editor for GNUstep
|
|
|
|
DISTNAME = Gemas-0.2
|
|
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>
|