c3d8037aeb
after 5.4-RELEASE.
26 lines
564 B
Makefile
26 lines
564 B
Makefile
# Ports collection makefile for: source-highlight
|
|
# Date created: 24 Aug 2001
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= source-highlight
|
|
PORTVERSION= 1.9
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= src-highlite
|
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
|
COMMENT= C/C++ and Java sources to HTML converter
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
.if defined(NOPORTDOCS)
|
|
MAKE_ENV+= NOPORTDOCS="${NOPORTDOCS}"
|
|
.endif
|
|
|
|
MAN1= source-highlight.1
|
|
|
|
.include <bsd.port.mk>
|