mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
d1f0184856
Bonobo and GtkHTML support will be added later as things stabilize.
34 lines
927 B
Makefile
34 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>
|