summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/guile-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/guile-gtk/Makefile')
-rw-r--r--x11-toolkits/guile-gtk/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-toolkits/guile-gtk/Makefile b/x11-toolkits/guile-gtk/Makefile
new file mode 100644
index 000000000..811b833ca
--- /dev/null
+++ b/x11-toolkits/guile-gtk/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: guile-gtk
+# Date created: 1 January 2000
+# Whom: Matt Braithwaite <mab@red-bean.com>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= guile-gtk
+PORTVERSION= 0.41
+PORTREVISION= 2
+CATEGORIES= x11-toolkits scheme
+MASTER_SITES= ${MASTER_SITE_SAVANNAH}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Guile binding library for GTK+
+
+LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
+
+USE_XLIB= yes
+USE_GMAKE= yes
+USE_GNOME= gnometarget gdkpixbuf libglade
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ARGS= --with-gtkgl=no
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+INFO= guile-gtk
+
+post-patch:
+ @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|gtk-1\.2/||g'
+
+.include <bsd.port.mk>