summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-xdps
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gnustep-xdps')
-rw-r--r--x11-toolkits/gnustep-xdps/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-xdps/Makefile b/x11-toolkits/gnustep-xdps/Makefile
new file mode 100644
index 000000000000..5707ec381160
--- /dev/null
+++ b/x11-toolkits/gnustep-xdps/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: gnustep-xdps
+# Date created: 29.Mar.2003
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+CATEGORIES= x11-toolkits
+PKGNAMESUFFIX= -xdps
+
+MAINTAINER= dinoex@FreeBSD.org
+
+WANT_GNUSTEP_XDPS= yes
+MASTERDIR?= ${.CURDIR}/../gnustep-back
+
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
+.include "${MASTERDIR}/Makefile"