aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk26-contrib/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2004-06-27 21:17:17 +0000
committerMax Khon <fjoe@FreeBSD.org>2004-06-27 21:17:17 +0000
commit40852f28b2019d3dca560de9fd6afecdbf4fcfd8 (patch)
tree0d293705b88525e0d4af5e3d188b4408def9caf8 /x11-toolkits/wxgtk26-contrib/Makefile
parentb2aba9d5bc5f6b45a3b83441f95428a5530c73a2 (diff)
downloadports-40852f28b2019d3dca560de9fd6afecdbf4fcfd8.tar.gz
ports-40852f28b2019d3dca560de9fd6afecdbf4fcfd8.zip
New ports:
wxWidgets 2.5.2 (development branch) + contributed libraries and utils.
Notes
Notes: svn path=/head/; revision=112414
Diffstat (limited to 'x11-toolkits/wxgtk26-contrib/Makefile')
-rw-r--r--x11-toolkits/wxgtk26-contrib/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26-contrib/Makefile b/x11-toolkits/wxgtk26-contrib/Makefile
new file mode 100644
index 000000000000..4c36af733fab
--- /dev/null
+++ b/x11-toolkits/wxgtk26-contrib/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: wxgtk2-contrib-devel
+# Date created: June 27, 2004
+# Whom: fjoe@FreeBSD.ORG
+#
+# $FreeBSD$
+#
+
+MAINTAINER= fjoe@FreeBSD.org
+COMMENT= The wxWidgets GUI toolkit contributed libraries (devel version)
+
+WXGTK_FLAVOR= gtk2-contrib
+MASTERDIR= ${.CURDIR}/../wxgtk2-devel
+
+.include "${MASTERDIR}/Makefile"