# New ports collection makefile for: cuneiform # Date created: 2008/08/23 # Whom: samm # # $FreeBSD$ # PORTNAME= cuneiform PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://launchpadlibrarian.net/69906918/ DISTNAME= ${PORTNAME}-linux-${PORTVERSION} MAINTAINER= samm@os2.kiev.ua COMMENT= OCR system developed and open sourced by Cognitive technologies ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes USE_CMAKE= yes USE_LDCONFIG= yes CMAKE_OUTSOURCE= yes CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include OPTIONS= IMAGEMAGICK "Enable support of different graphic formats" off .include .if ${OSVERSION} < 700000 LIB_DEPENDS= dlmalloc.2:${PORTSDIR}/devel/libdlmalloc CMAKE_ARGS= -DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib -ldlmalloc" .endif .if defined(WITH_IMAGEMAGICK) LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick .endif post-extract: ${MKDIR} ${WRKSRC} post-patch: ${MV} ${WRKSRC}/cuneiform_src/Kern/hhh/tigerh/h/strings.h \ ${WRKSRC}/cuneiform_src/Kern/hhh/tigerh/h/cf_strings.h .if !defined(WITH_IMAGEMAGICK) @${REINPLACE_CMD} -e '/pkg_check_modules.*ImageMagick/ d' \ ${WRKSRC}/cuneiform_src/Kern/CMakeLists.txt .endif .if ${OSVERSION} < 700000 @${REINPLACE_CMD} -e 's|malloc_np.h|dlmalloc/malloc.h|' \ ${WRKSRC}/cuneiform_src/Kern/cfcompat/cfcompat.c \ ${WRKSRC}/cuneiform_src/Kern/rbal/src/statsearchbl.cpp .endif .include