freebsd-ports/textproc/source-highlight/Makefile
Kris Kennaway 361e277443 Add source-highlight-1.1
Source-highlight is a simple program that, given a source C/C++ or Java file,
produces an html source with syntax highlighting.

Obtained from:	OpenBSD
2001-08-25 08:40:27 +00:00

21 lines
425 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.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= source-highlight
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
.if defined(NOPORTDOCS)
MAKE_ENV+= NOPORTDOCS="${NOPORTDOCS}"
.endif
.include <bsd.port.mk>