summaryrefslogtreecommitdiff
path: root/textproc/kdiff3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/kdiff3/Makefile')
-rw-r--r--textproc/kdiff3/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile
new file mode 100644
index 000000000000..22f16b18e4af
--- /dev/null
+++ b/textproc/kdiff3/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: kdiff3
+# Date created: 2003/01/03
+# Whom: Heiner Eichmann <h.eichmann@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kdiff3
+PORTVERSION= 0.92
+CATEGORIES= textproc kde
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= h.eichmann@gmx.de
+
+CONFIGURE_ARGS+= --program-transform-name=s,^,,
+
+USE_KDELIBS_VER= 3
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>