diff options
Diffstat (limited to 'x11-toolkits/wxgtk28-contrib/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk28-contrib/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile new file mode 100644 index 000000000000..4c36af733fab --- /dev/null +++ b/x11-toolkits/wxgtk28-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" |