mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
d17ef79851
The maintainer reset rule was not applied correctly. jlaffaye's ports are reassigned back to him, with the exception of lang/go where both quantity and length of timeouts made the reset appropriate and necessary. With hat: portmgr
32 lines
585 B
Makefile
32 lines
585 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libharu
|
|
DISTVERSIONPREFIX= RELEASE_
|
|
DISTVERSION= 2_3_0
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
COMMENT= Haru Free PDF Library
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
USE_LDCONFIG= yes
|
|
USES+= cmake
|
|
|
|
USE_GITHUB= yes
|
|
|
|
SOVERSION= 2
|
|
PLIST_SUB+= SOVERSION=${SOVERSION}
|
|
PORTEXAMPLES= *
|
|
|
|
EXAMPLES_CMAKE_ON= -DLIBHPDF_EXAMPLES:BOOL=ON \
|
|
-DEXAMPLESDIR:STRING=share/examples/${PORTNAME}
|
|
post-install:
|
|
${LN} -s libhpdf.so ${STAGEDIR}${PREFIX}/lib/libhpdf.so.${SOVERSION}
|
|
|
|
.include <bsd.port.mk>
|