summaryrefslogtreecommitdiffstats
path: root/devel/glade2/Makefile
blob: 8665440b67f17434cc171bb0abc5d82c874beaf0 (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:    glade2
# Date created:     02 June 2002
# Whom:         Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   glade2
PORTVERSION=    2.5.1
CATEGORIES= devel gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
DISTNAME=   glade-${PORTVERSION}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A user interface builder for GTK+/GNOME

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_LIBTOOL_VER=    13
USE_GNOME=  gnomeprefix intlhack gnomehack lthack libgnomedb libgnomeui
USE_GMAKE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>