pkgsrc/graphics/graphite2/Makefile
pho 818c2da797 Fix build errors on Darwin
patches/patch-Graphite.cmake (CREATE_LIBTOOL_FILE):
  Fix incorrect library_names

patches/patch-src_CMakeLists.txt:
  Don't pass -nodefaultlibs to compiler or the build fails for missing
  symbols on PowerPC and possibly other platforms.
2014-05-16 01:21:12 +00:00

17 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/05/16 01:21:12 pho Exp $
DISTNAME= graphite2-1.2.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silgraphite/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/silgraphite/
COMMENT= Cross-platform rendering for complex writing systems
LICENSE= gnu-lgpl-v2
USE_LANGUAGES= c c++
USE_CMAKE= yes
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"