summaryrefslogtreecommitdiffstats
path: root/Makefile.port
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.port
parent69daad351ec2ab2069748a5a0139dae5f65642aa (diff)
downloadmandoc-3ef341bdb93631c03af361e06ee30e4de1245957.tar.gz
Initial NetBSD pkgsrc.
Diffstat (limited to 'Makefile.port')
-rw-r--r--Makefile.port24
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile.port b/Makefile.port
deleted file mode 100644
index 57120352..00000000
--- a/Makefile.port
+++ /dev/null
@@ -1,24 +0,0 @@
-# $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>