openbsd-ports/x11/gnome/session/Makefile

59 lines
1.8 KiB
Makefile
Raw Normal View History

2006-09-18 08:19:39 -04:00
# $OpenBSD: Makefile,v 1.19 2006/09/18 12:19:40 espie Exp $
COMMENT= "GNOME session"
2005-05-25 23:39:30 -04:00
DISTNAME= gnome-session-2.10.0
2006-06-13 09:19:08 -04:00
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11 x11/gnome
HOMEPAGE= http://www.gnome.org
2005-05-25 23:39:30 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.10/}
EXTRACT_SUFX= .tar.bz2
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-06-13 09:19:08 -04:00
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xext \
2006-09-18 08:19:39 -04:00
Xmu Xrender Xt art_lgpl_2 atk-1.0 audiofile bonobo-2 \
2004-12-15 08:57:55 -05:00
bonobo-activation bonoboui-2 c crypto esd fontconfig freetype \
2006-09-18 08:19:39 -04:00
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
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 pangoft2-1.0 pangocairo-1.0 \
2006-06-13 09:19:08 -04:00
popt pthread ssl wrap xml2 z cairo glitz png
2004-08-10 06:56:42 -04:00
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
2004-10-10 12:44:12 -04:00
:p5-XML-Parser-*:textproc/p5-XML-Parser \
:scrollkeeper-*:textproc/scrollkeeper
2006-09-18 05:40:31 -04:00
LIB_DEPENDS= gnomeui-2::x11/gnome/libgnomeui
# Here we hang all the additional ports that will make up a satisfying
# Gnome2 user experience :)
2005-05-25 23:39:30 -04:00
RUN_DEPENDS+= ::x11/gnome/applets2
RUN_DEPENDS+= ::x11/gnome/controlcenter2
# Applets pulls in panel
RUN_DEPENDS+= ::x11/gnome/panel
RUN_DEPENDS+= ::x11/gnome/terminal
RUN_DEPENDS+= ::x11/gnome/themes
RUN_DEPENDS+= ::x11/gnome/yelp
RUN_DEPENDS+= ::x11/xscreensaver,no_gle
USE_X11= Yes
USE_GMAKE= Yes
2005-05-25 23:39:30 -04:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-rebuilds
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-session
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
.include <bsd.port.mk>