2008-01-23 16:50:00 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2008/01/23 21:50:00 jasper Exp $
|
2003-01-31 14:06:39 -05:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
COMMENT= GNOME session
|
2003-01-31 14:06:39 -05:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
GNOME_PROJECT= gnome-session
|
2008-01-23 16:50:00 -05:00
|
|
|
GNOME_VERSION= 2.20.3
|
2007-07-05 18:50:10 -04:00
|
|
|
CATEGORIES= x11
|
2003-01-31 14:06:39 -05:00
|
|
|
|
2007-11-10 10:52:24 -05:00
|
|
|
# GPL/LGPL
|
2003-01-31 14:06:39 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-10 10:52:24 -05:00
|
|
|
|
|
|
|
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
|
|
|
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
|
|
|
Xrender art_lgpl_2 atk-1.0 audiofile bonobo-2 bonobo-activation \
|
|
|
|
bonoboui-2 c cairo crypto dbus-1 dbus-glib-1 esd expat \
|
|
|
|
fontconfig freetype gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 \
|
|
|
|
glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
|
|
|
gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg \
|
|
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre png popt pthread \
|
|
|
|
ssl util wrap xml2 z
|
2007-05-18 10:11:32 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
2007-05-18 10:11:32 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \
|
2007-05-18 10:11:32 -04:00
|
|
|
:control-center2-*:x11/gnome/controlcenter2
|
2007-11-10 10:52:24 -05:00
|
|
|
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui
|
2003-01-31 14:06:39 -05:00
|
|
|
|
2003-06-12 16:24:02 -04:00
|
|
|
# Here we hang all the additional ports that will make up a satisfying
|
|
|
|
# Gnome2 user experience :)
|
2007-11-10 11:26:22 -05:00
|
|
|
RUN_DEPENDS+= ::x11/gnome/alacarte \
|
|
|
|
::x11/gnome/applets2 \
|
2007-05-18 10:11:32 -04:00
|
|
|
::x11/gnome/backgrounds \
|
2007-11-10 10:52:24 -05:00
|
|
|
::x11/gnome/controlcenter2 \
|
2007-11-27 15:27:37 -05:00
|
|
|
::x11/gnome/gdm \
|
2007-11-10 10:52:24 -05:00
|
|
|
::x11/gnome/gedit \
|
2008-01-21 14:47:15 -05:00
|
|
|
::x11/gnome/media \
|
2007-05-18 10:11:32 -04:00
|
|
|
::x11/gnome/terminal \
|
|
|
|
::x11/gnome/themes \
|
2007-11-10 10:52:24 -05:00
|
|
|
::x11/gnome/themes-extras \
|
|
|
|
::x11/gnome/utils \
|
2007-05-18 10:11:32 -04:00
|
|
|
::x11/gnome/yelp \
|
2007-12-16 09:36:34 -05:00
|
|
|
::x11/xscreensaver,no_gle \
|
|
|
|
::x11/tango-icon-theme
|
2007-05-18 10:11:32 -04:00
|
|
|
# ::x11/gnome/bug-buddy
|
2003-01-31 14:06:39 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2007-07-05 18:50:10 -04:00
|
|
|
DESKTOP_FILES= Yes
|
|
|
|
|
2007-05-18 10:11:32 -04:00
|
|
|
CONFIGURE_ARGS+= --disable-rebuilds \
|
|
|
|
--enable-esd \
|
|
|
|
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-session
|
2003-01-31 14:06:39 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2003-02-18 02:14:46 -05:00
|
|
|
post-patch:
|
|
|
|
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
|
|
|
|
2003-01-31 14:06:39 -05:00
|
|
|
.include <bsd.port.mk>
|