Wed May 5 18:23:52 2010 UTC ()
lua will be picked up if present, there is no easy way to disable this,
so just bl3 it


(drochner)
diff -r1.3 -r1.4 pkgsrc/print/podofo/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/print/podofo/Makefile (expand / switch to unified diff)

--- pkgsrc/print/podofo/Makefile 2010/01/18 09:59:23 1.3
+++ pkgsrc/print/podofo/Makefile 2010/05/05 18:23:52 1.4
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.3 2010/01/18 09:59:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2010/05/05 18:23:52 drochner Exp $
2# 2#
3 3
4DISTNAME= podofo-0.7.0 4DISTNAME= podofo-0.7.0
5PKGREVISION= 2 5PKGREVISION= 2
6CATEGORIES= print 6CATEGORIES= print
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=podofo/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=podofo/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://podofo.sourceforge.net/ 10HOMEPAGE= http://podofo.sourceforge.net/
11COMMENT= Library to work with the PDF file format 11COMMENT= Library to work with the PDF file format
12#LICENSE= gnu-lgpl-v? AND gnu-gpl-v? 12#LICENSE= gnu-lgpl-v? AND gnu-gpl-v?
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_CMAKE= yes 16USE_CMAKE= yes
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config
19CMAKE_ARGS+= -DFREETYPE_INCLUDE_DIR_FT2BUILD:PATH=${BUILDLINK_PREFIX.freetype2}/include 19CMAKE_ARGS+= -DFREETYPE_INCLUDE_DIR_FT2BUILD:PATH=${BUILDLINK_PREFIX.freetype2}/include
20CMAKE_ARGS+= -DFREETYPE_LIB_PATHS:PATH=${BUILDLINK_PREFIX.freetype2}/lib 20CMAKE_ARGS+= -DFREETYPE_LIB_PATHS:PATH=${BUILDLINK_PREFIX.freetype2}/lib
21CFLAGS+= -fPIC 21CFLAGS+= -fPIC
22CXXFLAGS+= -fPIC 22CXXFLAGS+= -fPIC
23 23
24# optional: lua support 24# XXX lua support should be optional
 25.include "../../lang/lua/buildlink3.mk"
25# tests-depend on cppunit (for unit tests) 26# tests-depend on cppunit (for unit tests)
26.include "../../devel/zlib/buildlink3.mk" 27.include "../../devel/zlib/buildlink3.mk"
27.include "../../fonts/fontconfig/buildlink3.mk" 28.include "../../fonts/fontconfig/buildlink3.mk"
28.include "../../graphics/freetype2/buildlink3.mk" 29.include "../../graphics/freetype2/buildlink3.mk"
29.include "../../graphics/jpeg/buildlink3.mk" 30.include "../../graphics/jpeg/buildlink3.mk"
30.include "../../graphics/tiff/buildlink3.mk" 31.include "../../graphics/tiff/buildlink3.mk"
31.include "../../security/openssl/buildlink3.mk" 32.include "../../security/openssl/buildlink3.mk"
32.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"