1999-09-19 20:05:41 +00:00
|
|
|
# New ports collection makefile for: wxGTK
|
|
|
|
# Date created: September 18, 1999
|
|
|
|
# Whom: nectar@FreeBSD.ORG
|
1999-06-26 19:33:20 +00:00
|
|
|
#
|
1999-08-31 03:04:38 +00:00
|
|
|
# $FreeBSD$
|
1999-06-26 19:33:20 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 01:11:24 +00:00
|
|
|
PORTNAME= wxgtk
|
2000-06-15 19:16:38 +00:00
|
|
|
PORTVERSION= 2.1.16
|
1999-09-19 20:05:41 +00:00
|
|
|
CATEGORIES= x11-toolkits
|
2000-05-20 14:22:13 +00:00
|
|
|
MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/ \
|
|
|
|
http://netfx-2000.linux.tucows.com/files/x11/dev/ \
|
|
|
|
http://linuxberg.is.co.za/files/x11/dev/ \
|
|
|
|
http://cyberec.linux.tucows.com/files/x11/dev/ \
|
|
|
|
http://gil.linux.tucows.com/files/x11/dev/ \
|
|
|
|
http://cyberbeach.linux.tucows.com/files/x11/dev/ \
|
|
|
|
http://bonn.linux.tucows.com/files/x11/dev/ \
|
|
|
|
http://matrix.linux.tucows.com/files/x11/dev/
|
2000-04-10 01:11:24 +00:00
|
|
|
DISTNAME= wxGTK-${PORTVERSION}
|
2000-04-21 07:04:31 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1999-06-26 19:33:20 +00:00
|
|
|
|
1999-09-19 20:05:41 +00:00
|
|
|
MAINTAINER= nectar@FreeBSD.ORG
|
1999-06-26 19:33:20 +00:00
|
|
|
|
1999-09-20 22:53:53 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
1999-06-26 19:33:20 +00:00
|
|
|
|
1999-09-19 20:05:41 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-06-15 16:44:16 +00:00
|
|
|
INSTALL_SHLIBS= yes
|
1999-06-26 19:33:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
1999-10-06 15:46:35 +00:00
|
|
|
USE_NEWGCC= yes
|
1999-06-26 19:33:20 +00:00
|
|
|
|
2000-04-21 07:04:31 +00:00
|
|
|
WRKSRC= ${WRKDIR}/wxGTK
|
1999-09-19 20:05:41 +00:00
|
|
|
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
1999-06-26 19:33:20 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|