diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-28 20:10:54 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-28 20:10:54 +0000 |
commit | 6c011c465531437c5dc3853a35fd81974d8385e0 (patch) | |
tree | 20c27d5de81eb3326427e3bb1bc9d20b849fb50f /x11-toolkits/wxgtk/Makefile | |
parent | d95fab85da7638b2c393f490ec779055974e9f80 (diff) | |
download | FreeBSD-ports-6c011c465531437c5dc3853a35fd81974d8385e0.zip FreeBSD-ports-6c011c465531437c5dc3853a35fd81974d8385e0.tar.gz |
Update to 2.3.0.
Diffstat (limited to 'x11-toolkits/wxgtk/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk/Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile index 301b4a5..08c6161 100644 --- a/x11-toolkits/wxgtk/Makefile +++ b/x11-toolkits/wxgtk/Makefile @@ -6,9 +6,11 @@ # PORTNAME= wxgtk -PORTVERSION= 2.2.7 +PORTVERSION= 2.3.0 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ +MASTER_SITE_SUBDIR= wxpython DISTNAME= wxGTK-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org @@ -20,7 +22,7 @@ USE_X_PREFIX= yes USE_MESA= yes USE_GMAKE= yes USE_GTK= yes -USE_AUTOCONF= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-libpng=sys \ --with-libjpeg=sys \ @@ -31,12 +33,13 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} \ -I${LOCALBASE}/include \ -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib \ - -L${X11BASE}/lib" + -L${X11BASE}/lib" \ + GTK_CONFIG_2_0="no" -AUTOCONF= autoconf && \ - ${PERL} -pi -e 's|-l\$$THREADS_LIB|${PTHREAD_LIBS}|g ; \ - s|-l\$$THREADS_LINK|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure +pre-patch: + @${PERL} -pi -e 's|-l\$$THREADS_LIB|${PTHREAD_LIBS}|g ; \ + s|-l\$$THREADS_LINK|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure post-install: @${RM} -rf ${PREFIX}/include/wx/motif |