freebsd-ports/graphics/libexif/Makefile
Danilo G. Baio ba185fbb18 graphics/libexif: Update MAINTAINER
Pass MAINTAINER'ship to sunpoet, missed in ports r551526.

PR:		250105
2020-10-07 21:44:56 +00:00

44 lines
1 KiB
Makefile

# Created by: Peter Schmiedeskamp <pschmied@qwest.net>
# $FreeBSD$
PORTNAME= libexif
PORTVERSION= 0.6.22
CATEGORIES= graphics
MASTER_SITES= https://github.com/libexif/libexif/releases/download/libexif-${PORTVERSION:S|.|_|g}-release/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library to read digital camera file meta-data
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe gmake libtool localbase pathfix pkgconfig tar:xz
CPE_VENDOR= curtis_galloway
CONFIGURE_ARGS= --disable-docs
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENV_OFF= am_cv_func_iconv=no
NLS_CONFIGURE_ENABLE= nls
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|doc||g ; \
/^am__installdirs =/s|$$(docdir)||g ; \
/^install-data-am:/s|install-docDATA||g' ${WRKSRC}/Makefile.in
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>