aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/kdoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/kdoc/Makefile')
-rw-r--r--textproc/kdoc/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile
new file mode 100644
index 000000000000..810e7316bf4f
--- /dev/null
+++ b/textproc/kdoc/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: kdoc
+# Date created: 4 March 2001
+# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kdoc
+PORTVERSION= 2.1
+CATEGORIES= textproc kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
+
+MAINTAINER= demon@FreeBSD.org
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+MAN1= kdoc.1 qt2kdoc.1 makekdedoc.1
+pre-configure:
+ ${PERL} -pi -e "s#share/kdoc#lib/perl5/site_perl/${PERL_VER}#" ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>