diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-18 07:21:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-18 07:21:15 +0000 |
commit | 7eec7cd4afe2d313abd0d65313da95a69732e812 (patch) | |
tree | b98c76b3957670e36d7f3559f4f3631568be95d5 /graphics/shotwell | |
parent | 350d6168bbe37d3f804fc93268dc297aa8351946 (diff) | |
download | pkgsrc-7eec7cd4afe2d313abd0d65313da95a69732e812.tar.gz |
Add pkg-config to tools. Some whitespace improvements.
Diffstat (limited to 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 136dd1b2ed1..70f3d2a886c 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2010/11/16 11:46:08 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2010/11/18 07:21:15 wiz Exp $ # DISTNAME= shotwell-0.7.2 PKGREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://yorba.org/download/shotwell/0.7/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= http://yorba.org/download/shotwell/0.7/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgrsc-users@NetBSD.org HOMEPAGE= http://yorba.org/shotwell/ @@ -14,17 +14,17 @@ LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -HAS_CONFIGURE= yes -USE_TOOLS+= gmake bash +HAS_CONFIGURE= yes +USE_TOOLS+= gmake bash pkg-config CONFIG_SHELL= bash CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ENV+= --define=NO_CAMERA -REPLACE_SH+= minver configure libraw-config +REPLACE_SH+= minver configure libraw-config -GCONF_SCHEMAS= shotwell.schemas -INSTALLATION_DIRS+= share/gconf/schemas +GCONF_SCHEMAS= shotwell.schemas +INSTALLATION_DIRS+= share/gconf/schemas post-install: ${INSTALL_DATA} ${WRKSRC}/misc/shotwell.schemas \ |