pkgsrc/textproc/rarian/Makefile
wiz a57e9e08c0 Update to 0.8.1:
Version 0.8.1
-------------

Fixes:
* Ensure directories exist before reading them - bug #15755
* Close files and clean up behind us - bug #15654
* Fix potential crash when no info page exists - bug #15274 (Saleem Abdulrasool)
* Remove longopts to make non-linux work properly - bug #11839
  - These options should be unused in normal operation
* If $USERNAME isn't set (MacOS), use a default name - bug #14872
* Fix potential crasher on mangled info dir file - bug #12515
2008-09-06 15:23:10 +00:00

32 lines
736 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/09/06 15:23:10 wiz Exp $
#
DISTNAME= rarian-0.8.1
CATEGORIES= textproc
MASTER_SITES= http://rarian.freedesktop.org/Releases/
MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/rarian/0.8/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rarian.freedesktop.org/
COMMENT= Documentation metadata library
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= scrollkeeper-[0-9]*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= bash:run
CONFIGURE_ENV+= ac_cv_path_have_bash=${TOOLS_BASH:Q}
PKGCONFIG_OVERRIDE+= rarian.pc.in
DEPENDS+= getopt-[0-9]*:../../misc/getopt
REQD_DIRS= share/omf
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"