Convert to use distutils.mk. Include proper jpeg buildlink3.mk file.
Mark as not for python-3.x. Bump PKGREVISION.
This commit is contained in:
parent
00507c005b
commit
dda7ffb5b7
2 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.8 2013/06/04 22:16:26 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2014/01/19 22:15:13 wiz Exp $
|
||||
|
||||
DISTNAME= sk1libs-0.9.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 4
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= http://uniconvertor.googlecode.com/files/
|
||||
|
||||
|
@ -12,10 +12,10 @@ COMMENT= Set of python non-GUI extensions for sK1 Project
|
|||
LICENSE= gnu-lgpl-v2
|
||||
|
||||
USE_LANGUAGES= c
|
||||
PYDISTUTILSPKG= yes
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.9.1
|
||||
|
||||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../mk/jpeg.buildlink3.mk"
|
||||
.include "../../graphics/lcms/buildlink3.mk"
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/12 07:57:58 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2014/01/19 22:15:13 wiz Exp $
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/sk1libs/__init__.py
|
||||
${PYSITELIB}/sk1libs/__init__.pyc
|
||||
${PYSITELIB}/sk1libs/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue