1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/print/libharu/Makefile
Pietro Cerutti 4f800583b9 - Update to 2.3.0
PR:		184052
Submitted by:	gahr
Approved by:	maintainer (timeout)
2014-02-14 15:09:30 +00:00

40 lines
745 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libharu
PORTVERSION= 2.3.0
CATEGORIES= print
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= Haru Free PDF Library
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
OPTIONS_DEFINE= EXAMPLES
USE_LDCONFIG= yes
USES+= cmake:outsource
CMAKE_ARGS+= -DDEVPAK:BOOL=ON
USE_GITHUB= yes
GH_ACCOUNT= libharu
GH_TAGNAME= RELEASE_2_3_0
GH_COMMIT= 4ae1d5f
SOVERSION= 2
PLIST_SUB+= SOVERSION=${SOVERSION}
PORTEXAMPLES= *
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEXAMPLES}
CMAKE_ARGS+= -DLIBHPDF_EXAMPLES:BOOL=ON \
-DEXAMPLESDIR:STRING=share/examples/${PORTNAME}
.endif
post-install:
${LN} -s ${PREFIX}/lib/libhpdf.so \
${STAGEDIR}${PREFIX}/lib/libhpdf.so.${SOVERSION}
.include <bsd.port.mk>