2002-06-11 18:07:59 +02:00
|
|
|
# New ports collection makefile for: glade2
|
|
|
|
# Date created: 02 June 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1998-06-30 11:47:18 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
2005-11-05 06:54:59 +01:00
|
|
|
# $MCom: ports/devel/glade2/Makefile,v 1.16 2005/10/09 20:01:49 marcus Exp $
|
1998-06-30 11:47:18 +02:00
|
|
|
#
|
|
|
|
|
2005-11-05 06:54:59 +01:00
|
|
|
PORTNAME= glade
|
|
|
|
PORTVERSION= 2.12.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 3
|
2000-05-17 18:34:30 +02:00
|
|
|
CATEGORIES= devel gnome
|
2000-11-02 22:21:04 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-11-05 06:54:59 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
|
|
|
PKGNAMESUFFIX= 2
|
2002-06-11 18:07:59 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
1998-06-30 11:47:18 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A user interface builder for GTK+/GNOME
|
1998-06-30 11:47:18 +02:00
|
|
|
|
2006-05-01 22:17:33 +02:00
|
|
|
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
|
|
|
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
2004-11-10 21:30:40 +01:00
|
|
|
|
2002-06-11 18:07:59 +02:00
|
|
|
USE_BZIP2= yes
|
2006-03-27 01:24:28 +02:00
|
|
|
USE_GETTEXT= yes
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-05-01 22:17:33 +02:00
|
|
|
USE_GNOME= gnomeprefix intlhack gnomehack gtk20 desktopfileutils
|
2002-06-11 18:07:59 +02:00
|
|
|
USE_GMAKE= yes
|
1999-05-29 06:18:02 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-04-16 22:56:01 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1998-06-30 11:47:18 +02:00
|
|
|
|
2006-05-01 22:17:33 +02:00
|
|
|
OPTIONS= GNOME "Enable gnome support" on #\
|
|
|
|
# GNOMEDB "Enable libgnomedb support" off
|
2006-03-27 02:19:05 +02:00
|
|
|
|
2006-03-27 01:24:28 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-05-01 22:17:33 +02:00
|
|
|
.if defined(WITHOUT_GNOME)
|
|
|
|
CONFIGURE_ARGS+= --disable-gnome
|
|
|
|
.else
|
|
|
|
USE_GNOME+= libgailgnome libgnomeui
|
|
|
|
CONFIGURE_ARGS+= --enable-gnome
|
|
|
|
.endif
|
|
|
|
|
2006-03-28 07:10:29 +02:00
|
|
|
#.if defined(WITH_GNOMEDB)
|
|
|
|
#USE_GNOME+= libgnomedb
|
|
|
|
#CONFIGURE_ARGS+= --enable-gnome-db
|
|
|
|
#.else
|
2006-03-27 01:24:28 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-gnome-db
|
2006-03-28 07:10:29 +02:00
|
|
|
#.endif
|
2006-03-27 01:24:28 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|