summaryrefslogtreecommitdiff
path: root/textproc/source-highlight/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-12-02 18:00:14 +0000
committeradam <adam@pkgsrc.org>2010-12-02 18:00:14 +0000
commit5089cf8f3e70ec9f20c2277e0d0b59a0c074dc10 (patch)
tree1370375729df7bd97198091a1a6676347ad86f48 /textproc/source-highlight/Makefile
parent47d8b2f4c8f0db874a513b9c53b866b72cb90c7b (diff)
downloadpkgsrc-5089cf8f3e70ec9f20c2277e0d0b59a0c074dc10.tar.gz
Changes 3.1.4:
* 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
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r--textproc/source-highlight/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
index a48fea8b89b..04ba36848e3 100644
--- a/textproc/source-highlight/Makefile
+++ b/textproc/source-highlight/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2009/12/03 14:31:14 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.29 2010/12/02 18:00:14 adam Exp $
-DISTNAME= source-highlight-2.9
+DISTNAME= source-highlight-3.1.4
SVR4_PKGNAME= srchl
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=src-highlite/}
@@ -9,15 +8,20 @@ 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
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
-CONFIGURE_ENV+= CTAGS=${LOCALBASE}/bin/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
@@ -25,8 +29,6 @@ INFO_FILES= YES
USE_TOOLS+= gmake gsed
TEST_TARGET= check
-CONFIGURE_ARGS+= --with-boost-regex
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"