diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-06-04 12:42:00 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-06-04 12:42:00 +0800 |
commit | 92af410ec0107252222f737a3b16c93c4be98d6c (patch) | |
tree | 88145c68ef9661b0a19d7f148414c216fe77e9a4 /x11-toolkits | |
parent | 9e4b0ffb8a5932800661ce8ec39625989c65e788 (diff) | |
download | freebsd-ports-graphics-92af410ec0107252222f737a3b16c93c4be98d6c.tar.gz freebsd-ports-graphics-92af410ec0107252222f737a3b16c93c4be98d6c.tar.zst freebsd-ports-graphics-92af410ec0107252222f737a3b16c93c4be98d6c.zip |
Slave port for GNUstep backend (gnustep-back)
all applications using this must be made with
WITH_GNUSTEP_LIBART=yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gnustep-art/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 442937b2dff..ec6c99814b9 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -32,6 +32,7 @@ SUBDIR += gnome-- SUBDIR += gnome-look SUBDIR += gnome-themes + SUBDIR += gnustep-art SUBDIR += gnustep-back SUBDIR += gnustep-gui SUBDIR += gnustep-xdps diff --git a/x11-toolkits/gnustep-art/Makefile b/x11-toolkits/gnustep-art/Makefile new file mode 100644 index 00000000000..d0d1e74b00f --- /dev/null +++ b/x11-toolkits/gnustep-art/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gnustep-art +# Date created: 29.Mar.2003 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +CATEGORIES= x11-toolkits +PKGNAMESUFFIX= -art + +MAINTAINER= dinoex@FreeBSD.org + +WITH_GNUSTEP_LIBART= yes +MASTERDIR?= ${.CURDIR}/../gnustep-back + +.if exists(${.CURDIR}/Makefile.local) +.include "${.CURDIR}/Makefile.local" +.endif + +.include "${MASTERDIR}/Makefile" |