${WRKSRC}/LICENSE exists in the git repository but not the tarball. Reported by: Tomoaki AOKI <junchoon[at]dec.sakura.ne.jp>
27 lines
717 B
Makefile
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>
|