aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glade/Makefile
blob: 66dcb08ccd7a10d8d77233c483a21821e1b28ae0 (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
# New ports collection makefile for:    glade
# Date created:     29 June 1998
# Whom:         Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $FreeBSD$
#

PORTNAME=   glade
PORTVERSION=    0.5.8
CATEGORIES= devel gnome
MASTER_SITES=   http://glade.pn.org/

MAINTAINER=     ade@FreeBSD.org

LIB_DEPENDS=    gnome.3:${PORTSDIR}/x11/gnomelibs

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

FETCH_BEFORE_ARGS=  -b

USE_X_PREFIX=   yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        GTK_CONFIG="${GTK_CONFIG}" \
        LIBS="-L${LOCALBASE}/libs"

.include <bsd.port.mk>