21 lines
571 B
Makefile
21 lines
571 B
Makefile
COMMENT = framework for highlighting and coloring syntax
|
|
|
|
REVISION = 10
|
|
DISTNAME = HighlighterKit-0.1.3
|
|
SHARED_LIBS = HighlighterKit 0.1
|
|
|
|
HOMEPAGE = http://wiki.gnustep.org/index.php/HighlighterKit
|
|
SITES = http://download.gna.org/gnustep-nonfsf/
|
|
|
|
MODULES = x11/gnustep
|
|
MODGNUSTEP_IS_FRAMEWORK = Yes
|
|
WANTLIB += pthread
|
|
|
|
BUILD_DEPENDS += x11/gnustep/gui
|
|
|
|
LIBDIR = lib/GNUstep/Frameworks/HighlighterKit.framework/Versions/${LIBHighlighterKit_VERSION}
|
|
SUBST_VARS += LIBDIR
|
|
|
|
MAKE_FLAGS = HighlighterKit_INTERFACE_VERSION=${LIBHighlighterKit_VERSION}
|
|
|
|
.include <bsd.port.mk>
|