diff options
Diffstat (limited to 'devel/dconf-editor/Makefile')
-rw-r--r-- | devel/dconf-editor/Makefile | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index b22a94f6403..787e03bbf37 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -1,25 +1,13 @@ -# $NetBSD: Makefile,v 1.18 2013/02/16 11:20:43 wiz Exp $ -# +# $NetBSD: Makefile,v 1.19 2013/05/27 18:17:11 prlw1 Exp $ -DISTNAME= dconf-0.14.1 -PKGNAME= dconf-editor-0.14.1 -PKGREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/0.14/} -EXTRACT_SUFX= .tar.xz +.include "../../devel/dconf/Makefile.common" -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://live.gnome.org/dconf -COMMENT= Backend for gsettings -LICENSE= gnu-lgpl-v2.1 +PKGNAME= ${DISTNAME:S/dconf/dconf-editor/} DISTINFO_FILE= ${.CURDIR}/../../devel/dconf/distinfo PATCHDIR= ${.CURDIR}/../../devel/dconf/patches -GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-editor -USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake intltool msgfmt BUILD_DIRS= editor INSTALL_DIRS= editor |