From 8666bcde9b4460f780411a760b6e67a72f9aba45 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 4 Jun 2003 04:42:00 +0000 Subject: Slave port for GNUstep backend (gnustep-back) all applications using this must be made with WITH_GNUSTEP_LIBART=yes --- x11-toolkits/Makefile | 1 + x11-toolkits/gnustep-art/Makefile | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 x11-toolkits/gnustep-art/Makefile diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 442937b2dff4..ec6c99814b91 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 000000000000..d0d1e74b00fe --- /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" -- cgit v1.2.3