pkgsrc-wip/gconf-cleaner/Makefile
Aleksej Saushev b0cf4a4f7a Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-29 00:50:33 +00:00

22 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/09/29 00:50:33 asau Exp $
#
DISTNAME= gconf-cleaner-0.0.3
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://gconf-cleaner.googlecode.com/files/
MAINTAINER= pkgsrc-users@netbsd.org
HOMEPAGE= http://code.google.com/p/gconf-cleaner/
COMMENT= Cleaning tool for GConf
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl intltool gmake
USE_LANGUAGES= c c++
.include "../../devel/GConf/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"