2013-03-14 09:17:39 +01:00
|
|
|
# Created by: Peter Schmiedeskamp <pschmied@qwest.net>
|
2002-03-30 19:34:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libexif
|
2013-03-14 09:17:39 +01:00
|
|
|
PORTVERSION= 0.6.21
|
2014-04-23 15:25:16 +02:00
|
|
|
PORTREVISION= 2
|
2002-03-30 19:34:25 +01:00
|
|
|
CATEGORIES= graphics
|
2009-01-17 23:41:39 +01:00
|
|
|
MASTER_SITES= SF
|
2002-03-30 19:34:25 +01:00
|
|
|
|
2009-02-12 19:59:24 +01:00
|
|
|
MAINTAINER= marius@nuenneri.ch
|
2003-07-29 23:03:32 +02:00
|
|
|
COMMENT= Library to read digital camera file meta-data
|
2002-03-30 19:34:25 +01:00
|
|
|
|
2013-03-14 09:17:39 +01:00
|
|
|
LICENSE= LGPL21
|
|
|
|
|
2013-12-29 16:03:41 +01:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
|
2014-06-04 15:18:08 +02:00
|
|
|
USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-03-02 23:19:12 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2009-01-17 23:41:39 +01:00
|
|
|
CONFIGURE_ARGS= --disable-docs
|
2007-05-25 14:05:46 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-03-31 05:14:54 +02:00
|
|
|
|
2013-03-14 09:17:39 +01:00
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
2014-03-02 23:19:12 +01:00
|
|
|
OPTIONS_SUB= yes
|
2013-03-14 09:17:39 +01:00
|
|
|
|
2014-03-02 23:19:12 +01:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENV_OFF= am_cv_func_iconv=no
|
2014-03-25 22:43:51 +01:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2004-07-10 21:18:46 +02:00
|
|
|
|
2002-03-31 05:14:54 +02:00
|
|
|
post-patch:
|
2009-01-17 23:41:39 +01:00
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|doc||g ; \
|
|
|
|
/^am__installdirs =/s|$$(docdir)||g ; \
|
|
|
|
/^install-data-am:/s|install-docDATA||g' ${WRKSRC}/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
2014-02-05 08:38:36 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2013-03-14 09:17:39 +01:00
|
|
|
.for file in ${PORTDOCS}
|
2014-02-05 08:38:36 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
2009-01-17 23:41:39 +01:00
|
|
|
.endfor
|
2002-03-30 19:34:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|