pkgsrc/print/podofo/Makefile
adam cb95a02ff6 PoDoFo 0.9.5 was released today, after over 6 months of development and with the help of many new contributors.
As there are so many improvements, patches and fixes that made it into this release, we are not able to list them, so please stick with the svn log.
2017-02-11 22:27:00 +00:00

32 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.28 2017/02/11 22:27:00 adam Exp $
DISTNAME= podofo-0.9.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=podofo/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://podofo.sourceforge.net/
COMMENT= Library to work with the PDF file format
LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DPODOFO_BUILD_SHARED:BOOL=TRUE
CMAKE_ARGS+= -DPODOFO_BUILD_STATIC:BOOL=TRUE
CMAKE_ARGS+= -DFREETYPE_INCLUDE_DIR_FT2BUILD:PATH=${BUILDLINK_PREFIX.freetype2}/include/freetype2
CMAKE_ARGS+= -DFREETYPE_INCLUDE_DIR_FTHEADER:PATH=${BUILDLINK_PREFIX.freetype2}/include/freetype2/config
CMAKE_ARGS+= -DFREETYPE_LIB_PATHS:PATH=${BUILDLINK_PREFIX.freetype2}/lib
.include "options.mk"
# tests-depend on cppunit (for unit tests)
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"