2000-01-12 04:49:49 +00:00
|
|
|
# New ports collection makefile for: guile-gtk
|
|
|
|
# Date created: 1 January 2000
|
|
|
|
# Whom: Matt Braithwaite <mab@red-bean.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 01:11:24 +00:00
|
|
|
PORTNAME= guile-gtk
|
|
|
|
PORTVERSION= 0.17
|
2000-01-12 04:49:49 +00:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= http://www.ping.de/sites/zagadka/guile-gtk/download/
|
|
|
|
|
|
|
|
MAINTAINER= mab@red-bean.com
|
|
|
|
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
|
|
guile.6:${PORTSDIR}/lang/guile
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
|
2000-02-18 02:08:15 +00:00
|
|
|
USE_LIBTOOL= yes
|
2000-01-12 04:49:49 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-02-18 02:08:15 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-01-12 04:49:49 +00:00
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|