2001-08-25 10:40:27 +02:00
|
|
|
# Ports collection makefile for: source-highlight
|
|
|
|
# Date created: 24 Aug 2001
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= source-highlight
|
2004-08-10 03:49:51 +02:00
|
|
|
PORTVERSION= 1.9
|
2001-08-25 10:40:27 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2003-11-12 08:26:50 +01:00
|
|
|
MASTER_SITE_SUBDIR= src-highlite
|
2001-08-25 10:40:27 +02:00
|
|
|
|
2002-01-21 16:34:34 +01:00
|
|
|
MAINTAINER= kevlo@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= C/C++ and Java sources to HTML converter
|
2001-08-25 10:40:27 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-08-25 10:40:27 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV+= NOPORTDOCS="${NOPORTDOCS}"
|
|
|
|
.endif
|
|
|
|
|
2002-04-20 09:46:18 +02:00
|
|
|
MAN1= source-highlight.1
|
|
|
|
|
2001-08-25 10:40:27 +02:00
|
|
|
.include <bsd.port.mk>
|