2000-06-09 22:44:02 +02:00
|
|
|
# New ports collection makefile for: guile-gnome
|
|
|
|
# Date created: 9th June 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= guile-gnome
|
2001-05-04 23:39:58 +02:00
|
|
|
PORTVERSION= 0.20
|
2001-05-14 18:41:01 +02:00
|
|
|
PORTREVISION= 1
|
2000-06-09 22:44:02 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/gnome-guile
|
|
|
|
DISTNAME= gnome-guile-${PORTVERSION}
|
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-06-09 22:44:02 +02:00
|
|
|
|
2001-05-04 23:39:58 +02:00
|
|
|
LIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp \
|
|
|
|
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
|
2000-06-09 22:44:02 +02:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
2001-05-04 23:39:58 +02:00
|
|
|
USE_GNOME= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-05-14 18:41:01 +02:00
|
|
|
CONFIGURE_ARGS= --with-bonobo --without-gtkhtml --without-gal \
|
2001-05-04 23:39:58 +02:00
|
|
|
--with-libglade --with-gdkpixbuf --with-ghttp
|
2000-06-09 22:44:02 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|