diff options
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r-- | textproc/source-highlight/Makefile | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index ee5f093e23dd..ea66d8278c4c 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -3,35 +3,33 @@ PORTNAME= source-highlight PORTVERSION= 3.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= GNU/src-highlite MAINTAINER= kevlo@FreeBSD.org COMMENT= C/C++ and Java sources to HTML converter -BROKEN_powerpc64= Does not build +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= exctags:devel/ctags LIB_DEPENDS= libboost_regex.so:devel/boost-libs +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not compile with GCC 4.2 + GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS= --with-bash-completion + +INSTALL_TARGET= install-strip -USES= gmake pathfix libtool +USES= gmake pathfix libtool localbase USE_LDCONFIG= yes INFO= source-highlight source-highlight-lib -OPTIONS_DEFINE= BASH DOCS EXAMPLES - -BROKEN_sparc64= Does not compile with GCC 4.2 - -BASH_RUN_DEPENDS= ${LOCALBASE}/etc/bash_completion:shells/bash-completion -BASH_CONFIGURE_WITH= --with-bash-completion - -OPTIONS_SUB= yes +OPTIONS_DEFINE= DOCS EXAMPLES test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} check) |