22 lines
644 B
Makefile
22 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/01/12 07:57:58 adam Exp $
|
|
|
|
DISTNAME= sk1libs-0.9.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|