aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24-contrib
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-04 00:22:37 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-04 00:22:37 +0000
commitdfcece5a4e13257138689bd9ee3556a12c98b211 (patch)
tree1acc2a800998dcd7af0353c3f44bc25d973cd946 /x11-toolkits/wxgtk24-contrib
parentd5e02ca873188576ed682c34cf6b8f74caa51c4d (diff)
downloadports-dfcece5a4e13257138689bd9ee3556a12c98b211.tar.gz
ports-dfcece5a4e13257138689bd9ee3556a12c98b211.zip
New port: wxgtk-contrib (wxWindows contributed libraries).
Notes
Notes: svn path=/head/; revision=93013
Diffstat (limited to 'x11-toolkits/wxgtk24-contrib')
-rw-r--r--x11-toolkits/wxgtk24-contrib/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk24-contrib/Makefile b/x11-toolkits/wxgtk24-contrib/Makefile
new file mode 100644
index 000000000000..c226b5624e2f
--- /dev/null
+++ b/x11-toolkits/wxgtk24-contrib/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: wxgtk-contrib
+# Date created: November 4, 2003
+# Whom: fjoe@FreeBSD.ORG
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -contrib
+
+MAINTAINER= fjoe@FreeBSD.org
+COMMENT= The wxWindows GUI toolkit contributed libraries
+
+BUILD_WRKSRC= ${WRKSRC}/contrib/src
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+
+MASTERDIR= ${.CURDIR}/../wxgtk-devel
+PLIST= ${PKGDIR}/pkg-plist.contrib
+
+.include "${MASTERDIR}/Makefile"