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