f7ab889107
it looks like it's not really needed, so it's untested. GKSu is a library that provides a Gtk+ frontend to su and sudo. It supports login shells and preserving environment when acting as a su frontend. It is useful to menu items or other graphical programs that need to ask a user's password to run another program as another user.
32 lines
1,004 B
Makefile
32 lines
1,004 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/11/15 19:36:09 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libgksu-2.0.7
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://people.debian.org/~kov/gksu/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/gksu/
|
|
COMMENT= Library that provides a GTK+ frontend to su and sudo
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
|
|
MAKE_ENV+= GCONF_SCHEMA_FILE_DIR=${PREFIX}/share/gconf/schemas/
|
|
|
|
USE_DIRS+= xdg-1.4
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake intltool pkg-config
|
|
|
|
GCONF_SCHEMAS+= gksu.schemas
|
|
PKGCONFIG_OVERRIDE+= libgksu/libgksu2.pc.in
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../textproc/gtk-doc/buildlink3.mk"
|
|
.include "../../security/gnome-keyring/buildlink3.mk"
|
|
.include "../../sysutils/libgtop/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|