aboutsummaryrefslogtreecommitdiff
path: root/textproc/mdocml/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-25 17:48:31 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-25 17:48:31 +0000
commit09d9113fd50e66790fc407a0b21f5e2530c1ac10 (patch)
treeb2c7d3ac7437f567c03f67b790a8d90de538972c /textproc/mdocml/Makefile
parent64ed66272f3173b9c0ec31db392905459c974874 (diff)
Notes
Diffstat (limited to 'textproc/mdocml/Makefile')
-rw-r--r--textproc/mdocml/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile
new file mode 100644
index 000000000000..cb10c54b8f73
--- /dev/null
+++ b/textproc/mdocml/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: textproc/mdocml
+# Date created: 09.03.2009
+# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mdocml
+PORTVERSION= 1.6.8
+CATEGORIES= textproc
+MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
+ https://www.spoerlein.net/pub/mdocml/
+
+MAINTAINER= uspoerlein@gmail.com
+COMMENT= Suite of mdoc compilers for BSD man pages
+
+MAN1= mandoc.1
+MAN3= mdoc.3
+MAN7= mdoc.7
+
+PLIST_FILES= bin/mandoc
+
+.include <bsd.port.mk>