diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-06-27 21:17:17 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-06-27 21:17:17 +0000 |
commit | 40852f28b2019d3dca560de9fd6afecdbf4fcfd8 (patch) | |
tree | 0d293705b88525e0d4af5e3d188b4408def9caf8 /x11-toolkits/wxgtk26-contrib/Makefile | |
parent | Fix package build (diff) |
New ports:
wxWidgets 2.5.2 (development branch) + contributed libraries and utils.
Diffstat (limited to 'x11-toolkits/wxgtk26-contrib/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk26-contrib/Makefile | 14 |
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" |