summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-xdps
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-04-13 08:12:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-04-13 08:12:48 +0000
commit60337424052721f4716374dbda595ce0abf20bf7 (patch)
treea76521d1802211f0914b8e5b07f0f39c203f689b /x11-toolkits/gnustep-xdps
parent- Use libobjc.so (diff)
Slave port for gnustep-back
this creates the xdps backend (x-display-postscript) set in /etc/make.conf WANT_GNUSTEP_XDPS=yes if you want all dependend ports linked aginst this.
Notes
Notes: svn path=/head/; revision=78854
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"