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$
|
2005-11-05 05:53:48 +01:00
|
|
|
# $MCom: ports/x11/gnomedesktop/Makefile,v 1.74 2005/10/03 15:18:36 ahze Exp $
|
2002-04-24 18:07:53 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomedesktop
|
2005-11-28 20:26:52 +01:00
|
|
|
PORTVERSION= 2.12.2
|
2002-04-24 18:07:53 +02:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-11-05 05:53:48 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-desktop/2.12
|
2002-04-24 18:07:53 +02:00
|
|
|
DISTNAME= gnome-desktop-${PORTVERSION}
|
|
|
|
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
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_XPM= yes
|
2004-04-05 05:11:39 +02:00
|
|
|
USE_REINPLACE= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \
|
|
|
|
ltverhack
|
2003-04-06 23:16:05 +02:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2002-04-24 18:07:53 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_BISON= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2002-04-24 18:07:53 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-05 05:53:48 +01: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>
|