2002-04-24 16:07:53 +00:00
|
|
|
# New ports collection makefile for: gnomedesktop
|
|
|
|
# Date created: 13 April 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-04-30 00:47:21 +00:00
|
|
|
# $MCom: ports/x11/gnomedesktop/Makefile,v 1.90 2006/04/13 07:52:40 bland Exp $
|
2002-04-24 16:07:53 +00:00
|
|
|
#
|
|
|
|
|
2006-05-28 19:27:48 +00:00
|
|
|
PORTNAME= gnome-desktop
|
2006-07-31 18:48:32 +00:00
|
|
|
PORTVERSION= 2.14.3
|
|
|
|
PORTREVISION?= 0
|
2002-04-24 16:07:53 +00:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-05-29 23:00:28 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2002-04-24 16:07:53 +00:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-05-16 05:38:12 +00:00
|
|
|
COMMENT= Additional UI API for GNOME 2
|
2002-04-24 16:07:53 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-11 01:08:22 +00:00
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2002-04-24 16:07:53 +00:00
|
|
|
USE_XPM= yes
|
2005-11-05 04:53:48 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \
|
2006-05-11 01:08:22 +00:00
|
|
|
ltverhack referencehack
|
2003-04-06 21:16:05 +00:00
|
|
|
GNOME_DESKTOP_VERSION=2
|
2006-04-30 00:47:21 +00:00
|
|
|
USE_GETTEXT= yes
|
2002-04-24 16:07:53 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_BISON= yes
|
2006-05-31 22:18:51 +00:00
|
|
|
USE_X_PREFIX= yes
|
2004-11-23 02:23:08 +00:00
|
|
|
INSTALLS_OMF= yes
|
2002-04-24 16:07:53 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2006-04-30 00:47:21 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-10-18 22:59:51 +00:00
|
|
|
CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" \
|
|
|
|
--with-kde-datadir=${LOCALBASE}/share
|
2002-04-24 16:07:53 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-05-16 05:38:12 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-04-24 16:07:53 +00:00
|
|
|
|
|
|
|
MAN1= gnome-about.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
2006-05-11 01:08:22 +00:00
|
|
|
|
|
|
|
.endif
|