40 lines
1.2 KiB
Makefile
40 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2009/08/26 19:58:19 sno Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-system-tools-2.22.2
|
|
PKGREVISION= 1
|
|
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_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"
|