2000-01-12 05:49:49 +01:00
|
|
|
# New ports collection makefile for: guile-gtk
|
|
|
|
# Date created: 1 January 2000
|
|
|
|
# Whom: Matt Braithwaite <mab@red-bean.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 03:11:24 +02:00
|
|
|
PORTNAME= guile-gtk
|
2001-05-04 23:39:58 +02:00
|
|
|
PORTVERSION= 0.20
|
2003-01-13 05:31:41 +01:00
|
|
|
PORTREVISION= 2
|
2000-01-12 05:49:49 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2001-05-04 23:39:58 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-guile/0.20
|
2001-05-04 23:39:58 +02:00
|
|
|
DISTNAME= gnome-guile-${PORTVERSION}
|
2000-01-12 05:49:49 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-01-12 05:49:49 +01:00
|
|
|
|
2002-06-19 18:37:57 +02:00
|
|
|
LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
|
2000-01-12 05:49:49 +01:00
|
|
|
|
2001-05-04 23:39:58 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/guile-gtk
|
|
|
|
|
2003-01-13 05:31:41 +01:00
|
|
|
USE_X_PREFIX= yes
|
2002-07-14 17:09:04 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2000-02-18 03:08:15 +01:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-02-18 03:08:15 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-05-14 18:40:36 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib" HAVE_PKG_CONFIG="no"
|
2000-01-12 05:49:49 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|