mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
36 lines
780 B
Makefile
36 lines
780 B
Makefile
# Created by: Kris Kennaway <kris@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= source-highlight
|
|
PORTVERSION= 3.1.6
|
|
PORTREVISION= 8
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GNU/src-highlite
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= C/C++ and Java sources to HTML converter
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= exctags:devel/ctags
|
|
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
|
|
|
|
BROKEN_sparc64= Does not compile with GCC 4.2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-bash-completion
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= gmake pathfix libtool localbase
|
|
USE_LDCONFIG= yes
|
|
|
|
INFO= source-highlight source-highlight-lib
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
test: build
|
|
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} check)
|
|
|
|
.include <bsd.port.mk>
|