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$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/x11-toolkits/guile-gtk/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $
|
2000-01-12 05:49:49 +01:00
|
|
|
|
2000-04-10 03:11:24 +02:00
|
|
|
PORTNAME= guile-gtk
|
2008-03-02 00:15:36 +01:00
|
|
|
PORTVERSION= 0.60
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 7
|
2003-08-28 02:01:09 +02:00
|
|
|
CATEGORIES= x11-toolkits scheme
|
2008-03-02 00:15:36 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2006-03-15 06:53:28 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-01-12 05:49:49 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Guile binding library for GTK+
|
2000-01-12 05:49:49 +01:00
|
|
|
|
2009-01-22 17:04:11 +01:00
|
|
|
LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
|
2001-05-04 23:39:58 +02:00
|
|
|
|
2003-05-02 05:19:47 +02:00
|
|
|
USE_GMAKE= yes
|
2008-03-02 00:15:36 +01:00
|
|
|
USE_GNOME= gnometarget ltverhack gdkpixbuf libglade
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-03-15 06:53:28 +01:00
|
|
|
CONFIGURE_ARGS= --with-gtkgl=no
|
2000-02-18 03:08:15 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2008-03-02 00:15:36 +01:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-05-02 05:19:47 +02:00
|
|
|
|
2006-03-15 06:53:28 +01:00
|
|
|
INFO= guile-gtk
|
|
|
|
|
2003-05-02 05:19:47 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|gtk-1\.2/||g'
|
2000-01-12 05:49:49 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|