Changes since last release ========================== General ======= - Clean up GTK Includes (Maxim Ermilov) - Remove usage of deprecated API (Andre Klapper, Thomas H.P. Andersen) Translation =========== - ar (Anas Husseini) - as (Amitakhya Phukan) - ast (Astur) - bn_IN (Runa Bhattacharjee) - de (Mario Blättermann) - dz (Dawa pemo) - en_GB (Jen Ockwell) - es (Jorge González) - fi (Ilkka Tuohela) - gl (Suso Baleato) - he (Mark Krapivner) - hi (Rajesh Ranjan) - it (Francesco Marletta) - ko (Changwoo Ryu) - lv (Raivis Dejus) - or (Manoj Kumar Giri) - pl (Tomasz Dominikowski) - ps (Zabeeh Khan) - pt_BR (Leonardo Ferreira Fontenelle) - ro (Adi Roiban) - sk (Pavol Klačanský) - sv (Daniel Nylander) - te (Krishna Babu K) - th (Theppitak Karoonboonyanan) - zh_HK (Woodman Tuen) - zh_TW (Woodman Tuen)
40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2009/03/22 18:20:36 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-system-tools-2.22.2
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-system-tools/2.22/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= System administraton tools for the GNOME desktop
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-system-tools
|
|
PKG_SUPPORTED_OPTIONS= hal
|
|
PKG_SUGGESTED_OPTIONS= hal
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
.if !empty(PKG_OPTIONS:Mhal)
|
|
.include "../../security/policykit/buildlink3.mk"
|
|
.include "../../sysutils/hal/buildlink3.mk"
|
|
.endif
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
|
|
USE_LIBTOOL= YES
|
|
|
|
GCONF_SCHEMAS+= gnome-system-tools.schemas
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/liboobs/buildlink3.mk"
|
|
.include "../../sysutils/nautilus/buildlink3.mk"
|
|
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|