- re-organize to make this look a tad saner

This commit is contained in:
jasper 2011-10-28 22:03:36 +00:00
parent 569f2b6533
commit ef3a24d2ce
2 changed files with 22 additions and 15 deletions

View File

@ -1,30 +1,37 @@
# $OpenBSD: Makefile,v 1.13 2011/10/28 21:58:00 jasper Exp $
# $OpenBSD: Makefile,v 1.14 2011/10/28 22:03:36 jasper Exp $
COMMENT= manipulate image meta-data such as exif and ipct
DISTNAME= exiv2-0.22
REVISION= 0
CATEGORIES= graphics devel
SHARED_LIBS += exiv2 5.0 # 11.0
HOMEPAGE= http://www.exiv2.org/
COMMENT= manipulate image meta-data such as exif and ipct
CATEGORIES= graphics devel
MASTER_SITES= ${HOMEPAGE}
DISTNAME= exiv2-0.22
SHARED_LIBS += exiv2 5.0 # 11.0
# GPLv2+
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB += c m stdc++ z expat pthread
USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
MODULES= devel/gettext
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-static
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -pthread"
# GPLv2+
PERMIT_DISTFILES_CDROM=Yes
PERMIT_PACKAGE_CDROM=Yes
PERMIT_DISTFILES_FTP=Yes
PERMIT_PACKAGE_FTP=Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -2,9 +2,9 @@ Exiv2 is a C++ library and a command line utility to access image metadata.
The Exiv2 library provides
* full read and write access to the Exif and IPTC metadata of an
image through Exiv2 keys and standard C++ iterators
image through Exiv2 keys and standard C++ iterators
* a smart IPTC implementation that does not affect data that
programs like Photoshop store in the same image segment
programs like Photoshop store in the same image segment
* Exif MakerNote support
* extract and delete methods for Exif thumbnails
* set methods for Exif thumbnails