24 lines
643 B
Makefile
24 lines
643 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/04/25 16:40:11 sebastia Exp $
|
|
|
|
COMMENT = framework for highlighting and coloring syntax
|
|
|
|
DISTNAME = HighlighterKit-0.1.2
|
|
REVISION = 2
|
|
SHARED_LIBS = HighlighterKit 0.1
|
|
|
|
HOMEPAGE = http://wiki.gnustep.org/index.php/HighlighterKit
|
|
MASTER_SITES = http://download.gna.org/gnustep-nonfsf/
|
|
|
|
MODULES = x11/gnustep
|
|
MODGNUSTEP_NEEDS_BASE = NO
|
|
MODGNUSTEP_NEEDS_GUI = NO
|
|
|
|
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>
|