2002-04-24 18:07:53 +02:00
|
|
|
# New ports collection makefile for: gnomedesktop
|
|
|
|
# Date created: 13 April 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/x11/gnome-desktop/Makefile,v 1.154 2008/11/25 17:20:55 mezz Exp $
|
2002-04-24 18:07:53 +02:00
|
|
|
#
|
|
|
|
|
2006-05-28 21:27:48 +02:00
|
|
|
PORTNAME= gnome-desktop
|
2009-01-10 06:22:13 +01:00
|
|
|
PORTVERSION= 2.24.2
|
2008-07-01 03:10:02 +02:00
|
|
|
PORTREVISION?= 0
|
2002-04-24 18:07:53 +02:00
|
|
|
CATEGORIES= x11 gnome
|
2008-05-26 23:30:20 +02:00
|
|
|
MASTER_SITES= GNOME
|
2002-04-24 18:07:53 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-05-16 07:38:12 +02:00
|
|
|
COMMENT= Additional UI API for GNOME 2
|
2002-04-24 18:07:53 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-11 03:08:22 +02:00
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
RUN_DEPENDS= ${pygnome2_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome2
|
|
|
|
|
|
|
|
USE_XORG= xpm
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \
|
2006-05-11 03:08:22 +02:00
|
|
|
ltverhack referencehack
|
2003-04-06 23:16:05 +02:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2002-04-24 18:07:53 +02:00
|
|
|
USE_GMAKE= yes
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2008-03-24 04:52:36 +01:00
|
|
|
USE_PYTHON= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2006-10-14 10:35:50 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-10-19 00:59:51 +02:00
|
|
|
CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" \
|
|
|
|
--with-kde-datadir=${LOCALBASE}/share
|
2002-04-24 18:07:53 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-05-16 07:38:12 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-04-24 18:07:53 +02:00
|
|
|
|
|
|
|
MAN1= gnome-about.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
2006-05-11 03:08:22 +02:00
|
|
|
|
|
|
|
.endif
|