summaryrefslogtreecommitdiff
path: root/textproc/source-highlight/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2001-11-18 23:55:11 +0000
committerseb <seb@pkgsrc.org>2001-11-18 23:55:11 +0000
commitc2b4100752afc25a57358c76f4cabad954e385b8 (patch)
tree79b12c0da526221481dccbb588ff38462a38de76 /textproc/source-highlight/Makefile
parent6cdaf503722f347f17b4475ea1bbe9259f29ccf3 (diff)
downloadpkgsrc-c2b4100752afc25a57358c76f4cabad954e385b8.tar.gz
Initial import of source-highlight version 1.1
This package contains GNU java2html version 1.9 and GNU cpp2html version 1.5: - java2html highlights the syntax of a Java source file into a HTML document, - cpp2html highlights the syntax of a C or C++ source file into a HTML document.
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r--textproc/source-highlight/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
new file mode 100644
index 00000000000..4239e662866
--- /dev/null
+++ b/textproc/source-highlight/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/11/18 23:55:11 seb Exp $
+#
+
+DISTNAME= source-highlight-1.1
+SVR4_PKGNAME= srchl
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU:=source-highlight/}
+
+MAINTAINER= seb@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/src-highlite/source-highlight.html
+COMMENT= Highlight syntax of C, C++ or Java source into HTML document
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+
+.include "../../mk/bsd.prefs.mk"
+
+.ifdef SOURCE_HIGHLIGHT_INPUT_CHROOT
+CONFIGURE_ARGS+= --enable-input-chroot=${SOURCE_HIGHLIGHT_INPUT_CHROOT}
+BUILD_DEFS+= SOURCE_HIGHLIGHT_INPUT_CHROOT
+.endif
+
+.include "../../mk/bsd.pkg.mk"