summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxgtk-devel/Makefile')
-rw-r--r--x11-toolkits/wxgtk-devel/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile
deleted file mode 100644
index adc0bd76859d..000000000000
--- a/x11-toolkits/wxgtk-devel/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: wxGTK
-# Date created: September 18, 1999
-# Whom: nectar@FreeBSD.ORG
-#
-# $FreeBSD$
-#
-
-PORTNAME= wxgtk
-PORTVERSION= 2.2.2
-CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/
-DISTNAME= wxGTK-${PORTVERSION}
-
-MAINTAINER= nectar@FreeBSD.org
-
-LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
- tiff.4:${PORTSDIR}/graphics/tiff \
- jpeg.9:${PORTSDIR}/graphics/jpeg
-
-WRKSRC= ${WRKDIR}/wxGTK
-
-USE_X_PREFIX= yes
-USE_NEWGCC= yes
-USE_GMAKE= yes
-USE_GTK= yes
-USE_AUTOCONF= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --with-libpng=sys \
- --with-libjpeg=sys \
- --with-libtiff=sys \
- --with-zlib=sys
-CONFIGURE_ENV= CPPFLAGS="-D_THREAD_SAFE -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-AUTOCONF= autoconf && \
- ${PERL} -pi -e 's|-l\$$THREADS_LIB|-pthread|g ; \
- s|-l\$$THREADS_LINK|-pthread|g' \
- ${WRKSRC}/configure
-
-post-install:
- @${RM} -rf ${PREFIX}/include/wx/motif
- @${RM} -rf ${PREFIX}/include/wx/msw
-
-.include <bsd.port.mk>