ports/textproc/source-highlight/Makefile
Yuri Victorovich bbcb6af716 textproc/source-highlight: Update to 3.1.8
Changelog:
https://www.gnu.org/software/src-highlite/NEWS

Additional port changes:
* Changed to DISTVERSION
* Moved BROKEN_sparc64 to a proper location
* Moved USExx statements into the USExx section
* Replaced examples and docs in pkg-plist with PORTDOCS/PORTEXAMPLES
* Renamed 'test' target into 'do-test' and slightly improved it

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2018-02-11 03:01:25 +00:00

36 lines
789 B
Makefile

# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$
PORTNAME= source-highlight
DISTVERSION= 3.1.8
CATEGORIES= textproc
MASTER_SITES= GNU/src-highlite
MAINTAINER= ports@FreeBSD.org
COMMENT= C/C++ and Java sources to HTML converter
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_sparc64= Does not compile with GCC 4.2
BUILD_DEPENDS= exctags:devel/ctags
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
USES= gmake pathfix libtool localbase
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-bash-completion
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
INFO= source-highlight source-highlight-lib
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= *
PORTEXAMPLES= *
do-test:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} check
.include <bsd.port.mk>