[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / misc / yelp

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/misc/yelp/Attic/Makefile between version 1.46 and 1.55

version 1.46, 2006/03/30 21:26:24 version 1.55, 2006/08/03 19:28:50
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=               yelp-2.14.0  DISTNAME=               yelp-2.14.3
 CATEGORIES=             misc  CATEGORIES=             misc
 MASTER_SITES=           ${MASTER_SITE_GNOME:=sources/yelp/2.14/}  MASTER_SITES=           ${MASTER_SITE_GNOME:=sources/yelp/2.14/}
 EXTRACT_SUFX=           .tar.bz2  EXTRACT_SUFX=           .tar.bz2
Line 11  HOMEPAGE=  http://www.gnome.org/
Line 11  HOMEPAGE=  http://www.gnome.org/
 COMMENT=                Help browser for GNOME 2 desktop  COMMENT=                Help browser for GNOME 2 desktop
   
 DEPENDS+=               docbook>=4.2:../../textproc/docbook  DEPENDS+=               docbook>=4.2:../../textproc/docbook
 BUILD_USES_MSGFMT=      yes  
   
 BUILDLINK_DEPENDS.libxslt+=     libxslt>=1.1.4  BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.4
   
 USE_DIRS+=              gnome2-1.5  USE_DIRS+=              gnome2-1.5
 USE_TOOLS+=             gmake pkg-config  USE_TOOLS+=             gmake intltool msgfmt pkg-config
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 USE_PKGLOCALEDIR=       yes  USE_PKGLOCALEDIR=       yes
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
   USE_LANGUAGES=          c c++
   
 CONFIGURE_ARGS+=        --with-html-widget=gtkhtml2  CONFIGURE_ARGS+=        --with-html-widget=gtkhtml2
   
Line 31  PKG_OPTIONS_VAR= PKG_OPTIONS.yelp
Line 31  PKG_OPTIONS_VAR= PKG_OPTIONS.yelp
   
 .if !empty(PKG_OPTIONS:Mfirefox)  .if !empty(PKG_OPTIONS:Mfirefox)
 # Require a version that has the .pc files in it.  # Require a version that has the .pc files in it.
 BUILDLINK_DEPENDS.firefox+=     firefox>=1.5nb2  BUILDLINK_API_DEPENDS.firefox+=     firefox>=1.5nb2
 .endif  .endif
   
 .include "../../archivers/bzip2/buildlink3.mk"  .include "../../archivers/bzip2/buildlink3.mk"
Line 48  BUILDLINK_DEPENDS.firefox+=     firefox>
Line 48  BUILDLINK_DEPENDS.firefox+=     firefox>
 .include "../../print/libgnomeprint/buildlink3.mk"  .include "../../print/libgnomeprint/buildlink3.mk"
 .include "../../print/libgnomeprintui/buildlink3.mk"  .include "../../print/libgnomeprintui/buildlink3.mk"
 .include "../../sysutils/gnome-vfs2/buildlink3.mk"  .include "../../sysutils/gnome-vfs2/buildlink3.mk"
 .include "../../textproc/intltool/buildlink3.mk"  
 .include "../../textproc/libxml2/buildlink3.mk"  .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"  .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"  .include "../../textproc/gnome-doc-utils/buildlink3.mk"

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.55

CVSweb <webmaster@jp.NetBSD.org>