summaryrefslogtreecommitdiffstats
path: root/Makefile.netbsd
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-27 17:24:30 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-27 17:24:30 +0000
commit3ef341bdb93631c03af361e06ee30e4de1245957 (patch)
tree2f5ff82d468a0915537f065e48b33a8b17c18bcb /Makefile.netbsd
parent69daad351ec2ab2069748a5a0139dae5f65642aa (diff)
downloadmandoc-3ef341bdb93631c03af361e06ee30e4de1245957.tar.gz
Initial NetBSD pkgsrc.
Diffstat (limited to 'Makefile.netbsd')
-rw-r--r--Makefile.netbsd16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.netbsd b/Makefile.netbsd
new file mode 100644
index 00000000..7ca475c3
--- /dev/null
+++ b/Makefile.netbsd
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+COMMENT= mdoc macro compiler
+
+DISTNAME= mdocml-@VERSION@
+CATEGORIES= devel
+
+HOMEPAGE= http://mdocml.bsd.lv/
+
+MAINTAINER= Kristaps Dzonsons <kristaps@kth.se>
+
+MASTER_SITES= http://mdocml.bsd.lv/snapshots/
+
+WANTLIB= c
+
+.include "../../mk/bsd.pkg.mk"