diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-02 04:53:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-02 04:53:00 +0800 |
commit | b9bcb5eb65886c21934b4ea8d5ff5af0d4e85a46 (patch) | |
tree | f71b8d7cffce34b559a613f57633932313445b69 /x11-toolkits | |
parent | 26884c8b3b031eac915433b361f74a54bc703b51 (diff) | |
download | freebsd-ports-gnome-b9bcb5eb65886c21934b4ea8d5ff5af0d4e85a46.tar.gz freebsd-ports-gnome-b9bcb5eb65886c21934b4ea8d5ff5af0d4e85a46.tar.zst freebsd-ports-gnome-b9bcb5eb65886c21934b4ea8d5ff5af0d4e85a46.zip |
- Add LICENSE
- Switch to USES=localbase
- Switch to USE_CXXSTD
Approved by: portmgr blanket
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxgtk30/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile index 75a42e6071ef..41b541d696ec 100644 --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -11,15 +11,19 @@ DISTNAME= wxWidgets-${PORTVERSION} MAINTAINER= portmaster@bsdforge.com COMMENT= The wxWidgets GUI toolkit with GTK+ bindings +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/docs/gpl.txt + LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libexpat.so:textproc/expat2 -USES= compiler:c++11-lib gmake iconv jpeg pkgconfig tar:bzip2 +USES= compiler:c++11-lib gmake iconv jpeg localbase pkgconfig tar:bzip2 USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu USE_GNOME= gtk20 USE_LDCONFIG= yes +USE_CXXSTD= c++11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libpng=sys \ --with-libjpeg=sys \ @@ -35,10 +39,6 @@ CONFIGURE_ARGS= --with-libpng=sys \ CONFIGURE_ENV= X11BASE="${LOCALBASE}" \ ac_cv_header_sys_inotify_h=no -CPPFLAGS+= -I${LOCALBASE}/include -CXXFLAGS+= -std=c++11 -LIBS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= GSTREAMER MSPACK NLS WEBKIT OPTIONS_DEFAULT=GSTREAMER MSPACK WEBKIT MSPACK_DESC= Microsoft archives support |