freebsd-ports/textproc/exempi/Makefile
Charlie Li 3349708da9
textproc/exempi: fix LICENSE_FILE
${WRKSRC}/LICENSE exists in the git repository but not the tarball.

Reported by: Tomoaki AOKI <junchoon[at]dec.sakura.ne.jp>
2023-06-23 23:20:10 -04:00

27 lines
717 B
Makefile

PORTNAME= exempi
DISTVERSION= 2.6.3
CATEGORIES= textproc
MASTER_SITES= http://libopenraw.freedesktop.org/download/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Port of Adobe XMP SDK to work on UNIX
WWW= http://libopenraw.freedesktop.org/wiki/Exempi
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
LIB_DEPENDS= libexpat.so:textproc/expat2
USES= cpe compiler:c++11-lang gmake iconv libtool localbase pathfix tar:xz
CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_CXXSTD= c++11
post-patch:
@${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/configure
.include <bsd.port.mk>