1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

- Back out of all gtk20 stuff to fix gnucash and plist and other stuff

Reported by:	many
Approved by:	portmgr (marcus)
This commit is contained in:
Michael Johnson 2006-10-22 21:33:41 +00:00
parent 9fb118ded1
commit 3fffda7cf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175489

View File

@ -4,10 +4,11 @@
# Whom: Matthew Condell (mcondell@alum.mit.edu)
#
# $FreeBSD$
# $MCom: ports/devel/g-wrap/Makefile,v 1.4 2006/09/12 21:27:18 ahze Exp $
#
PORTNAME= g-wrap
PORTVERSION= 1.3.4
PORTREVISION= 9
PORTEPOCH= 1
CATEGORIES= devel scheme
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \
@ -16,19 +17,18 @@ MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \
MAINTAINER= gnome@FreeBSD.org
COMMENT= A tool for exporting C libraries into Scheme interpreters
BUILD_DEPENDS= slib-guile>0:${PORTSDIR}/lang/slib-guile
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
RUN_DEPENDS= slib-guile>0:${PORTSDIR}/lang/slib-guile
BUILD_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile
INFO= g-wrap
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= glib20 gnomehack
USE_LDCONFIG= yes
CONFIGURE_ENV+= GW_GLIB_CONFIG="${TRUE}" \
CPPFLAGS="`${LOCALBASE}/bin/pkg-config --cflags glib-2.0`" \
LIBS="`${LOCALBASE}/bin/pkg-config --libs glib-2.0`"
USE_GNOME= gtk12
INSTALLS_SHLIB= yes
CONFIGURE_ENV+= GW_GLIB_CONFIG="${GLIB_CONFIG}"
MAKE_ENV+= GUILE_LOAD_PATH=${WRKSRC}
.include <bsd.port.mk>