1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-toolkits/wxgtk24/Makefile

32 lines
673 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
2000-05-20 13:35:35 +00:00
PORTVERSION= 2.1.15
CATEGORIES= x11-toolkits
2000-05-20 13:35:35 +00:00
MASTER_SITES= ftp://wesley.informatik.uni-freiburg.de/pub/linux/wxxt/source/
DISTNAME= wxGTK-${PORTVERSION}
2000-04-21 07:04:31 +00:00
EXTRACT_SUFX= .tgz
MAINTAINER= nectar@FreeBSD.ORG
1999-09-20 22:53:53 +00:00
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
1999-10-06 15:46:35 +00:00
USE_NEWGCC= yes
2000-04-21 07:04:31 +00:00
WRKSRC= ${WRKDIR}/wxGTK
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
post-install:
${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>