aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/guile-gnome/Makefile
blob: 70d158effba9388b6e53f09047d0d8cef7686b7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    guile-gnome
# Date created:                 9th June 2000
# Whom:                         Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   guile-gnome
PORTVERSION=    0.20
PORTREVISION=   9
CATEGORIES= x11-toolkits gnome scheme
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-guile/0.20
DISTNAME=   gnome-guile-${PORTVERSION}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Guile binding library for GNOME

LIB_DEPENDS=    guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
USE_GNOME=  gnomeprefix bonobo gtkhtml libglade
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --with-bonobo --with-gtkhtml --without-gal \
        --with-libglade --with-gdkpixbuf --with-ghttp
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig

pre-build:
    @${TOUCH} -f ${WRKSRC}/guile-gnome/gtkhtml/*.c

.include <bsd.port.mk>