aboutsummaryrefslogtreecommitdiff
path: root/textproc/source-highlight/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-08-25 08:40:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-08-25 08:40:27 +0000
commit361e277443ce6291a38f7eadd3505fd7d7a8a18b (patch)
tree27675b469911de5e5d81305f2d90914e36995274 /textproc/source-highlight/Makefile
parenta21d51d19e930b4c83a4c23af5d608faaaa92271 (diff)
downloadports-361e277443ce6291a38f7eadd3505fd7d7a8a18b.tar.gz
ports-361e277443ce6291a38f7eadd3505fd7d7a8a18b.zip
Notes
Diffstat (limited to 'textproc/source-highlight/Makefile')
-rw-r--r--textproc/source-highlight/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile
new file mode 100644
index 000000000000..81a66742f1e2
--- /dev/null
+++ b/textproc/source-highlight/Makefile
@@ -0,0 +1,21 @@
+# 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>