From 60337424052721f4716374dbda595ce0abf20bf7 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 13 Apr 2003 08:12:48 +0000 Subject: 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. --- x11-toolkits/gnustep-xdps/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11-toolkits/gnustep-xdps/Makefile (limited to 'x11-toolkits/gnustep-xdps') 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" -- cgit v1.2.3