33f235f9c5
configuration system. Version 0.2 was provided by Scott Aaron Bamford in PR pkg/18660 This is an updated version that uses buildlink2
23 lines
583 B
Makefile
23 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/11/02 11:32:39 rh Exp $
|
|
#
|
|
|
|
DISTNAME= gconf-editor-0.3.1
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/0.3/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= sab@posix.org.uk
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Editor for the GConf configuration system
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
USE_X11= YES
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/GConf2/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|