6e00ab9876
discussed with and ok ajacoutot@
81 lines
2.5 KiB
Makefile
81 lines
2.5 KiB
Makefile
# $OpenBSD: Makefile,v 1.62 2009/01/08 15:26:52 jasper Exp $
|
|
|
|
COMMENT= GNOME session
|
|
|
|
GNOME_PROJECT= gnome-session
|
|
GNOME_VERSION= 2.24.2
|
|
PKGNAME= ${DISTNAME}p9
|
|
|
|
CATEGORIES= x11
|
|
|
|
# GPLv2/LGPLv2/GFDLv1.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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 \
|
|
gio-2.0 glade-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 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre sndio \
|
|
pixman-1 png popt pthread ssl startup-notification-1 util xml2 z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= ::textproc/rarian \
|
|
::textproc/xmlto \
|
|
::x11/gnome/controlcenter2
|
|
LIB_DEPENDS= execinfo::devel/libexecinfo \
|
|
gnomeui-2::x11/gnome/libgnomeui
|
|
|
|
# Here we hang all the additional ports that will make up a satisfying
|
|
# GNOME user experience :)
|
|
RUN_DEPENDS+= ::x11/gnome/alacarte \
|
|
::x11/gnome/applets2 \
|
|
::x11/gnome/backgrounds \
|
|
::x11/gnome/controlcenter2 \
|
|
::x11/gnome/devhelp \
|
|
::x11/gnome/file-roller \
|
|
:gdm->=2.20.7:x11/gnome/gdm \
|
|
::x11/gnome/gedit \
|
|
::x11/gnome/media \
|
|
::x11/gnome/eog \
|
|
::x11/gnome/terminal \
|
|
::x11/gnome/themes \
|
|
::x11/gnome/themes-extras \
|
|
::x11/gnome/utils \
|
|
::x11/gnome/yelp \
|
|
:gnome-screensaver-*|xscreensaver->=5.07p3:x11/gnome/screensaver \
|
|
::x11/tango-icon-theme \
|
|
:notification-daemon-*|notification-daemon-xfce-*:sysutils/notification-daemon \
|
|
::x11/gnome/bug-buddy
|
|
|
|
USE_X11= Yes
|
|
DESKTOP_FILES= Yes
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-session/ \
|
|
--disable-schemas-install \
|
|
--disable-rebuilds
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -lexecinfo"
|
|
|
|
MAKE_FLAGS= XSLTPROC="${LOCALBASE}/bin/xsltproc -nonet"
|
|
|
|
post-patch:
|
|
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnome-session
|
|
${SUBST_CMD} -c ${FILESDIR}/README.OpenBSD \
|
|
${PREFIX}/share/doc/gnome-session/README.OpenBSD
|
|
chown ${SHAREOWN}:${SHAREGRP} \
|
|
${PREFIX}/share/doc/gnome-session/README.OpenBSD
|
|
|
|
.include <bsd.port.mk>
|