diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-13 16:12:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-13 16:12:48 +0800 |
commit | e0b9792702e8e3e7bca99b190261dd902dcf91a8 (patch) | |
tree | f8a99d73be63e928ad9a42355d9d63a557196f44 /x11-toolkits/gnustep-xdps | |
parent | 3846d0cc52dc80a1e27e44194e93e43ada87f62f (diff) | |
download | freebsd-ports-gnome-e0b9792702e8e3e7bca99b190261dd902dcf91a8.tar.gz freebsd-ports-gnome-e0b9792702e8e3e7bca99b190261dd902dcf91a8.tar.zst freebsd-ports-gnome-e0b9792702e8e3e7bca99b190261dd902dcf91a8.zip |
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.
Diffstat (limited to 'x11-toolkits/gnustep-xdps')
-rw-r--r-- | x11-toolkits/gnustep-xdps/Makefile | 20 |
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" |