1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-toolkits/wxgtk/Makefile

30 lines
612 B
Makefile
Raw Normal View History

# New ports collection makefile for: wxGTK
# Date created: September 18, 1999
# Whom: nectar@FreeBSD.ORG
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
#
PORTNAME= wxgtk
PORTVERSION= 2.2.1
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/
DISTNAME= wxGTK-${PORTVERSION}
MAINTAINER= nectar@FreeBSD.org
1999-09-20 22:53:53 +00:00
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
2000-04-21 07:04:31 +00:00
WRKSRC= ${WRKDIR}/wxGTK
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_NEWGCC= yes
USE_GMAKE= yes
USE_AUTOCONF= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>