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$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/devel/glade2/Makefile,v 1.20 2007/08/04 03:51:29 marcus Exp $
|
1998-06-30 11:47:18 +02:00
|
|
|
#
|
|
|
|
|
2005-11-05 06:54:59 +01:00
|
|
|
PORTNAME= glade
|
2007-12-12 20:50:12 +01:00
|
|
|
PORTVERSION= 2.12.2
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 6
|
2000-05-17 18:34:30 +02:00
|
|
|
CATEGORIES= devel gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2005-11-05 06:54:59 +01:00
|
|
|
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
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian
|
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
|
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
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
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>
|