8e473f93a6
* fixed compilation problems for Sun CC * php handles embedded html * html handles embedded css and javascript * Google's Protocol Buffers language definition added * CakePhp template files highlighted as php * haskell literate programming highlighting * vala language definition * lisp language definition Changes 3.1.3: * --tab option is correcly handled * install script with the executable bit * bash is highlighted Changes 3.1.2: * infer language for files starting with <? and <!doctype * language definition for manifest files, asm, applescript, vbscript, awk, bat, clipper, cobol, D, Erlang * lang def file for compiler output errors * style for label and path * label element recognized in C/C++ * qmake based build system available * searches for home directory also on windows * improved logtalk.lang * improved email regular expression in url.lang
40 lines
1 KiB
Makefile
40 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.29 2010/12/02 18:00:14 adam Exp $
|
|
|
|
DISTNAME= source-highlight-3.1.4
|
|
SVR4_PKGNAME= srchl
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=src-highlite/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/src-highlite/
|
|
COMMENT= Highlight syntax of various languages source into HTML document
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= exctags-[0-9]*:../../devel/exctags
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-boost-regex=boost_regex
|
|
CONFIGURE_ARGS+= --without-bash-completion
|
|
CONFIGURE_ENV+= CTAGS=${LOCALBASE}/bin/exctags
|
|
|
|
PKGCONFIG_OVERRIDE= source-highlight.pc.in
|
|
|
|
INFO_FILES= YES
|
|
|
|
# this is only really needed for the 'test' target
|
|
USE_TOOLS+= gmake gsed
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
# We really need GNU sed not NetBSD's GNuish sed
|
|
TOOLS_PLATFORM.gsed= # empty
|
|
.endif
|
|
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|