2002-05-08 20:42:38 +02:00
|
|
|
# New ports collection makefile for: gnomesession
|
|
|
|
# Date created: 08 May 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomesession
|
2003-02-07 19:42:25 +01:00
|
|
|
PORTVERSION= 2.2.0.2
|
2002-05-08 20:42:38 +02:00
|
|
|
CATEGORIES= x11 gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-02-07 19:42:25 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-session/2.2
|
2002-05-08 20:42:38 +02:00
|
|
|
DISTNAME= gnome-session-${PORTVERSION}
|
2002-05-08 20:47:28 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
2002-05-08 20:42:38 +02:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:36:20 +01:00
|
|
|
COMMENT= Session component for the GNOME 2.0 desktop
|
2002-05-08 20:42:38 +02:00
|
|
|
|
2003-02-07 19:42:25 +01:00
|
|
|
LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
|
2002-05-08 20:42:38 +02:00
|
|
|
|
2002-05-08 20:47:28 +02:00
|
|
|
USE_BZIP2= yes
|
2002-05-08 20:42:38 +02:00
|
|
|
USE_X_PREFIX= yes
|
2002-06-26 11:18:37 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-07-30 22:21:07 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier
|
2002-05-08 20:42:38 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
|
|
|
|
2003-02-07 19:42:25 +01:00
|
|
|
MAN1= gnome-session.1 gnome-smproxy.1 gnome-wm.1 session-properties.1 \
|
|
|
|
gnome-session-save.1
|
2002-05-08 20:42:38 +02:00
|
|
|
MAN5= default.session.5
|
|
|
|
|
2002-07-30 22:21:07 +02:00
|
|
|
post-patch:
|
2002-06-26 11:18:37 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2002-05-08 20:42:38 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|