summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.openbsd
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
commit732a70dcc1feb0cfcfd515f99f240a55a6af84f0 (patch)
tree1929b7a5c6535bde5fbcc70bc607eac210e29198 /Makefile.openbsd
parent1b1e02d4acd11f96e061ac04ae243ab0589d2f8a (diff)
downloadmandoc-732a70dcc1feb0cfcfd515f99f240a55a6af84f0.tar.gz
mandoc-732a70dcc1feb0cfcfd515f99f240a55a6af84f0.tar.zst
mandoc-732a70dcc1feb0cfcfd515f99f240a55a6af84f0.zip
Initial NetBSD pkgsrc.
Diffstat (limited to 'Makefile.openbsd')
-rw-r--r--Makefile.openbsd24
1 files changed, 24 insertions, 0 deletions
diff --git a/Makefile.openbsd b/Makefile.openbsd
new file mode 100644
index 00000000..57120352
--- /dev/null
+++ b/Makefile.openbsd
@@ -0,0 +1,24 @@
+# $OpenBSD$
+
+COMMENT= mdoc macro compiler
+
+DISTNAME= mdocml-@VERSION@
+CATEGORIES= devel
+
+HOMEPAGE= http://mdocml.bsd.lv/
+
+MAINTAINER= Kristaps Dzonsons <kristaps@kth.se>
+
+# BSD
+PERMIT_PACKAGE_CDROM= Yes
+PERMIT_PACKAGE_FTP= Yes
+PERMIT_DISTFILES_CDROM= Yes
+PERMIT_DISTFILES_FTP= Yes
+
+MASTER_SITES= http://mdocml.bsd.lv/snapshots/
+
+WANTLIB= c
+
+NO_REGRESS= No
+
+.include <bsd.port.mk>