diff options
author | Po-Chien Lin <pclin@FreeBSD.org> | 2013-03-14 08:17:39 +0000 |
---|---|---|
committer | Po-Chien Lin <pclin@FreeBSD.org> | 2013-03-14 08:17:39 +0000 |
commit | 98d451887b5744daee140068ba1ea22fa8004bb1 (patch) | |
tree | 57140d90fa56f736654c99558bb40c030c04b502 /graphics/exif | |
parent | - Update to 0.13.2 (diff) |
- graphics/libexif:
* Update to 0.6.21
* Add LICENSE
* Switch to OptionsNG and PORTDOCS
- Document libexif 2012-07-12 vulnerabilty
- Bump PORTREVISION for libexif related ports
- Trim headers while here
PR: ports/175910
Approved by: swills (mentor)
Security: d881d254-70c6-11e2-862d-080027a5ec9a
Diffstat (limited to 'graphics/exif')
-rw-r--r-- | graphics/exif/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index dc7bd37f6925..f9fb7baf0288 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: exif -# Date created: May 02 2005 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# +# Created by: Pav Lucistnik <pav@FreeBSD.org> # $FreeBSD$ -# PORTNAME= exif PORTVERSION= 0.6.20 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -17,6 +14,7 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes +USE_PKGCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes CONFIGURE_ENV+= POPT_CFLAGS=-I${LOCALBASE}/include POPT_LIBS="-L${LOCALBASE}/lib -lpopt" |