summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-03-19 11:27:07 +0000
committerobache <obache@pkgsrc.org>2010-03-19 11:27:07 +0000
commit8ca848540715269d467eb1dfe5a31ec94a1b393f (patch)
tree7421e87bae1865ca89f8e1e65ab8fce6a1fbe01a /devel
parent50442388d195516446ae969b59561d0174d7fd7e (diff)
downloadpkgsrc-8ca848540715269d467eb1dfe5a31ec94a1b393f.tar.gz
* set LICENSE=gnu-gpl-v2
* move PKG_DESTDIR_SUPPORT to standard position. * chatch up path to reality in PKG_CONFIG_OVERRIDE, fixes rpath in .pc file. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/devhelp/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
index d42f10fe2f1..65a57f8c15a 100644
--- a/devel/devhelp/Makefile
+++ b/devel/devhelp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2010/01/18 09:58:44 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2010/03/19 11:27:07 obache Exp $
DISTNAME= devhelp-2.28.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/devhelp/2.28/}
EXTRACT_SUFX= .tar.bz2
@@ -9,16 +9,18 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://developer.imendio.com/projects/devhelp
COMMENT= Documentation viewer based on GNOME2
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
-PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-PKGCONFIG_OVERRIDE+= libdevhelp-1.0.pc.in
+PKGCONFIG_OVERRIDE+= data/libdevhelp-1.0.pc.in
GCONF_SCHEMAS= devhelp.schemas
.include "../../devel/GConf/schemas.mk"