diff options
Diffstat (limited to 'x11-toolkits/wxgtk2-contrib/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk2-contrib/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk2-contrib/Makefile b/x11-toolkits/wxgtk2-contrib/Makefile new file mode 100644 index 000000000000..d497bf7ba1e7 --- /dev/null +++ b/x11-toolkits/wxgtk2-contrib/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: wxgtk2-contrib +# Date created: November 5, 2003 +# Whom: fjoe@FreeBSD.ORG +# +# $FreeBSD$ +# + +PORTREVISION= 0 + +MAINTAINER= fjoe@FreeBSD.org +COMMENT= The wxWindows GUI toolkit contributed libraries (GTK2 version) + +WXGTK_FLAVOR= gtk2-contrib +MASTERDIR= ${.CURDIR}/../wxgtk-devel + +.include "${MASTERDIR}/Makefile" |