595a3d4a07
* Remove --program-transform-name and associated patches now that gnome-core has been split into multiple parts * Honour the --disable-schemas-install configure option (Julio Merino) * Support themeing of the icons on the splash screen (Havoc Pennington) * Locale updates
37 lines
1,019 B
Makefile
37 lines
1,019 B
Makefile
# $NetBSD: Makefile,v 1.11 2003/04/20 13:59:34 rh Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-session-2.2.1
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.2/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME2 session management utilities
|
|
|
|
DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
|
|
|
|
CONFLICTS+= gnome-core<1.4.2nb4
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_GMAKE= yes
|
|
USE_X11= yes
|
|
USE_PERL5= build
|
|
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GCONF2_SCHEMAS= gnome-session.schemas
|
|
|
|
.include "../../audio/esound/buildlink2.mk"
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/GConf2-ui/buildlink2.mk"
|
|
.include "../../devel/libgnome/buildlink2.mk"
|
|
.include "../../devel/libgnomeui/buildlink2.mk"
|
|
.include "../../textproc/scrollkeeper/buildlink2.mk"
|
|
.include "../../x11/gnome2-control-center/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|