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