aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-06-04 04:42:00 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-06-04 04:42:00 +0000
commit8666bcde9b4460f780411a760b6e67a72f9aba45 (patch)
tree4fe25f84d4dd8412df293f4758627b4678aacbad /x11-toolkits
parenta65d2804ddafa4081c1f17e284d68b0ca33e60c6 (diff)
downloadports-8666bcde9b4460f780411a760b6e67a72f9aba45.tar.gz
ports-8666bcde9b4460f780411a760b6e67a72f9aba45.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gnustep-art/Makefile20
2 files changed, 21 insertions, 0 deletions
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"