summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.openbsd')
-rw-r--r--Makefile.openbsd22
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.openbsd b/Makefile.openbsd
deleted file mode 100644
index 12b5ef11..00000000
--- a/Makefile.openbsd
+++ /dev/null
@@ -1,22 +0,0 @@
-# $OpenBSD$
-
-COMMENT= mdoc macro compiler
-
-DISTNAME= mdocml-@VERSION@
-CATEGORIES= textproc
-
-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
-
-.include <bsd.port.mk>