mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
07f1d50cbc
PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
31 lines
697 B
Makefile
31 lines
697 B
Makefile
# New ports collection makefile for: guile-gobject
|
|
# Date created: 02 May 2003
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= guile-gobject
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits scheme
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= guile-gtk
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Guile bindings for core GNOME 2 libraries
|
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
|
|
|
|
IGNORE= "Does not build with GNOME 2.4"
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_BISON= yes
|
|
USE_GNOME= gtk20 libbonobo
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|