2011-04-22 15:41:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.40 2011/04/22 13:41:57 obache Exp $
|
2002-02-12 15:52:48 +01:00
|
|
|
|
Changes 0.6.20:
* New translations: bs, tr
* Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
pt, ru, sk, sq, sr, sv, vi, zh_CN
* Fixed some problems in the write-exif.c example program
* Stop listing -lm as a required library for dynamic linking in libexif.pc
* Turned on the --enable-silent-rules configure option
* Changed a lot of strings to make the case of the text more consistent
* exif_entry_dump() now displays the correct tag name for GPS tags
* Fixed some invalid format specifiers that caused problems on some platforms
* Display rational numbers with the right number of significant figures
2010-12-16 15:56:54 +01:00
|
|
|
DISTNAME= libexif-0.6.20
|
2011-04-22 15:41:54 +02:00
|
|
|
PKGREVISION= 1
|
2002-02-12 15:52:48 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
|
2005-04-20 14:40:40 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-02-12 15:52:48 +01:00
|
|
|
|
2003-07-25 13:26:32 +02:00
|
|
|
MAINTAINER= adam@NetBSD.org
|
2002-02-12 15:52:48 +01:00
|
|
|
HOMEPAGE= http://libexif.sourceforge.net/
|
|
|
|
COMMENT= EXIF file library
|
2010-01-30 17:27:59 +01:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
2002-02-12 15:52:48 +01:00
|
|
|
|
2004-04-25 07:01:44 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2006-11-05 18:17:04 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-04-25 07:01:44 +02:00
|
|
|
|
2005-04-20 14:40:40 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
2008-11-19 12:39:05 +01:00
|
|
|
USE_TOOLS+= gmake
|
2005-04-20 14:40:40 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-01-07 02:59:58 +01:00
|
|
|
CONFIGURE_ENV+= ac_cv_path_DOXYGEN=false
|
2007-06-16 23:17:52 +02:00
|
|
|
PKGCONFIG_OVERRIDE= libexif.pc.in
|
2002-02-12 15:52:48 +01:00
|
|
|
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2002-02-12 15:52:48 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|