aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/guile-gtk/Makefile
blob: a7d60d037c2e5bb92f23d6792dc4c5e9ce19bc81 (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
# New ports collection makefile for:   guile-gtk
# Date created:        1 January 2000
# Whom:                Matt Braithwaite <mab@red-bean.com>
#
# $FreeBSD$
#

PORTNAME=   guile-gtk
PORTVERSION=    0.17
CATEGORIES= x11-toolkits
MASTER_SITES=   http://www.ping.de/sites/zagadka/guile-gtk/download/

MAINTAINER= mab@red-bean.com

LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
        guile.6:${PORTSDIR}/lang/guile

GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?=   ${LOCALBASE}/bin/glib12-config

USE_LIBTOOL=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        GTK_CONFIG="${GTK_CONFIG}" \
        GLIB_CONFIG="${GLIB_CONFIG}" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>