aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxgtk24/Makefile')
-rw-r--r--x11-toolkits/wxgtk24/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile
deleted file mode 100644
index 276e317604ba..000000000000
--- a/x11-toolkits/wxgtk24/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: wxGTK
-# Version required: 2.1.0b9
-# Date created: September 18, 1999
-# Whom: nectar@FreeBSD.ORG
-#
-# $FreeBSD$
-#
-
-DISTNAME= wxGTK-2.1.11
-PKGNAME= wxgtk-2.1.11
-CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ \
- http://www.nectar.com/distfiles/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= nectar@FreeBSD.ORG
-
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_NEWGCC= yes
-
-WRKSRC= ${WRKDIR}/wxGTK
-
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-
-post-install:
- ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib
-
-.include <bsd.port.mk>