openbsd-ports/x11/gnustep/highlighterkit/Makefile
sebastia b9b3ae7506 updates HighlighterKit from 0.1.1 to 0.1.2. Getting rid of a bunch of patches, and now the new version allows to use themes for the highlighting.
Added a LIBDIR variable to the SUBST_VARS to not have a large bunch of changes in the PLIST when the SHLIB_VERSION changes the next time.

OK aja@
2012-04-09 17:54:20 +00:00

24 lines
631 B
Makefile

# $OpenBSD: Makefile,v 1.5 2012/04/09 17:54:20 sebastia Exp $
COMMENT = framework for highlighting and coloring syntax
DISTNAME = HighlighterKit-0.1.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>