2020-05-18 13:31:51 +02:00
|
|
|
# $NetBSD: Makefile,v 1.64 2020/05/18 11:31:51 nia Exp $
|
2001-11-19 00:55:11 +01:00
|
|
|
|
2020-05-18 13:31:51 +02:00
|
|
|
DISTNAME= source-highlight-3.1.9
|
2001-11-19 00:55:11 +01:00
|
|
|
CATEGORIES= textproc
|
2003-10-03 16:42:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=src-highlite/}
|
2001-11-19 00:55:11 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2020-01-19 00:30:43 +01:00
|
|
|
HOMEPAGE= https://www.gnu.org/software/src-highlite/
|
2003-06-12 03:24:57 +02:00
|
|
|
COMMENT= Highlight syntax of various languages source into HTML document
|
2010-12-02 19:00:14 +01:00
|
|
|
LICENSE= gnu-gpl-v3
|
2001-11-19 00:55:11 +01:00
|
|
|
|
2007-02-22 21:35:34 +01:00
|
|
|
DEPENDS+= exctags-[0-9]*:../../devel/exctags
|
|
|
|
|
2010-12-02 19:00:14 +01:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-boost-regex=boost_regex
|
|
|
|
CONFIGURE_ARGS+= --without-bash-completion
|
2019-06-06 11:33:30 +02:00
|
|
|
CONFIGURE_ENV+= CTAGS=${PREFIX}/bin/exctags
|
|
|
|
CONFIGURE_ENV+= ac_cv_header_stdbool_h=yes
|
|
|
|
CONFIGURE_ENV+= ac_cv_ctags_flags=yes
|
2010-12-02 19:00:14 +01:00
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE= source-highlight.pc.in
|
2001-11-19 00:55:11 +01:00
|
|
|
|
2007-02-22 21:35:34 +01:00
|
|
|
INFO_FILES= YES
|
2005-10-10 11:05:59 +02:00
|
|
|
|
2020-04-19 01:28:42 +02:00
|
|
|
# gmake and gsed are necessary for testing only,
|
|
|
|
# but the tools handling is somewhat broken in that regard
|
|
|
|
USE_TOOLS+= gsed gmake bash:test
|
2004-05-16 14:22:40 +02:00
|
|
|
TEST_TARGET= check
|
|
|
|
|
2020-04-18 23:55:07 +02:00
|
|
|
# bash scripts
|
|
|
|
CHECK_PORTABILITY_SKIP+= \
|
|
|
|
lib/tests/valgrind_test.sh.in \
|
|
|
|
tests/valgrind_suppressions.sh.in \
|
|
|
|
tests/valgrind_test.sh.in \
|
|
|
|
tests/valgrind_tests.sh.in
|
|
|
|
|
2005-10-10 11:05:59 +02:00
|
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
2001-11-19 00:55:11 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|