fd7a92489b
--------------- Version 3.1.8 * fixed some compilation bugs in some systems * fixed tcl.lang * fixed bash.lang * New language definition files: * added coffeescript * added Cucumber / feature * added Go * added Groovy * added Json * added Zsh * New output formats: * added HTML5 * added S-expressions * added Groff
30 lines
850 B
Makefile
30 lines
850 B
Makefile
# $NetBSD: Makefile,v 1.47 2015/04/30 00:09:59 mef Exp $
|
|
|
|
DISTNAME= source-highlight-3.1.8
|
|
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
|
|
|
|
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 ac_cv_header_stdbool_h=yes
|
|
|
|
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 "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|