summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 21:47:54 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-23 21:47:54 +0000
commita52052add090fe0dd81db4b764a5a0a34a4d834d (patch)
tree33c59c0d670b54195eb9bb4d2a40673e65fa8b71
parentd47feaaf125daa728505d86d1b7753bf7cf33443 (diff)
downloadmandoc-a52052add090fe0dd81db4b764a5a0a34a4d834d.tar.gz
mandoc-a52052add090fe0dd81db4b764a5a0a34a4d834d.tar.zst
mandoc-a52052add090fe0dd81db4b764a5a0a34a4d834d.zip
Added FreeBSD port Makefile.
-rw-r--r--Makefile.freebsd22
1 files changed, 22 insertions, 0 deletions
diff --git a/Makefile.freebsd b/Makefile.freebsd
new file mode 100644
index 00000000..391c1d80
--- /dev/null
+++ b/Makefile.freebsd
@@ -0,0 +1,22 @@
+# New ports collection makefile for: textproc/mdocml
+# Date created: 09.03.2009
+# Whom: Ulrich Spoerlein <uspoerlein@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mdocml
+PORTVERSION= @VERSION@
+CATEGORIES= textproc
+MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \
+ https://www.spoerlein.net/pub/mdocml/
+
+MAINTAINER= uspoerlein@gmail.com
+COMMENT= mdoc macro compiler
+
+MAN1= mandoc.1
+MAN7= mdoc.7
+
+PLIST_FILES= bin/mandoc
+
+.include <bsd.port.mk>