pkgsrc/graphics/py-sk1libs/Makefile
wiz 53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00

21 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.7 2013/06/03 10:05:19 wiz Exp $
DISTNAME= sk1libs-0.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= http://uniconvertor.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sk1project.org/
COMMENT= Set of python non-GUI extensions for sK1 Project
LICENSE= gnu-lgpl-v2
USE_LANGUAGES= c
PYDISTUTILSPKG= yes
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"