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-common/Makefile | |
parent | b2aba9d5bc5f6b45a3b83441f95428a5530c73a2 (diff) | |
download | ports-40852f28b2019d3dca560de9fd6afecdbf4fcfd8.tar.gz ports-40852f28b2019d3dca560de9fd6afecdbf4fcfd8.zip |
Notes
Diffstat (limited to 'x11-toolkits/wxgtk26-common/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk26-common/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26-common/Makefile b/x11-toolkits/wxgtk26-common/Makefile new file mode 100644 index 000000000000..f4f254513409 --- /dev/null +++ b/x11-toolkits/wxgtk26-common/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: wxgtk2-common-devel +# Date created: June 27, 2004 +# Whom: fjoe@FreeBSD.ORG +# +# $FreeBSD$ +# + +MAINTAINER= fjoe@FreeBSD.org +COMMENT= The wxWidgets GUI toolkit (devel version, common files) + +WXGTK_FLAVOR= gtk2-common +MASTERDIR= ${.CURDIR}/../wxgtk2-devel + +.include "${MASTERDIR}/Makefile" |