summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 15:02:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 15:02:01 +0000
commit2092e120e6e99996bd1caa917fa8e139e33f81ec (patch)
tree3cbc89878d74e2b701172428dcc5a2911821eeac
parent142d3c43402e6904480a35ff0f970621b9a5f700 (diff)
downloadmandoc-2092e120e6e99996bd1caa917fa8e139e33f81ec.tar.gz
mandoc-2092e120e6e99996bd1caa917fa8e139e33f81ec.tar.zst
mandoc-2092e120e6e99996bd1caa917fa8e139e33f81ec.zip
Added (prelim.) openbsd port.
-rw-r--r--DESCR1
-rw-r--r--Makefile.port24
2 files changed, 25 insertions, 0 deletions
diff --git a/DESCR b/DESCR
new file mode 100644
index 00000000..4d25d8df
--- /dev/null
+++ b/DESCR
@@ -0,0 +1 @@
+Compile mdoc macros into mark-up languages such as HTML and XML.
diff --git a/Makefile.port b/Makefile.port
new file mode 100644
index 00000000..a4637d2d
--- /dev/null
+++ b/Makefile.port
@@ -0,0 +1,24 @@
+# $OpenBSD$
+
+COMMENT= compile mdoc macros into mark-up languages
+
+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://sysjail.bsd.lv/dist/
+
+WANTLIB= c
+
+NO_REGRESS= Yes
+
+.include <bsd.port.mk>