freebsd-ports/x11-toolkits/guile-gnome/Makefile
Ade Lovett d1f0184856 guile-gnome is a series of GUILE bindings for the GNOME environment.
Bonobo and GtkHTML support will be added later as things stabilize.
2000-06-09 20:44:02 +00:00

33 lines
927 B
Makefile

# New ports collection makefile for: guile-gnome
# Date created: 9th June 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= guile-gnome
PORTVERSION= 0.10
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-guile
DISTNAME= gnome-guile-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
guile.6:${PORTSDIR}/lang/guile \
guiledlopenhelper.0:${PORTSDIR}/x11-toolkits/guile-gtk \
glade.3:${PORTSDIR}/devel/libglade
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-bonobo --without-gtkhtml --with-libglade
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>