update Mon Jan 18 06:37:00 PST 2010
[pkgsrc.git] / graphics / uniconvertor / Makefile
1 # $NetBSD: Makefile,v 1.2 2010/01/18 09:59:09 wiz Exp $
2 #
3
4 DISTNAME=       uniconvertor-1.1.4
5 PKGREVISION=    1
6 CATEGORIES=     graphics
7 MASTER_SITES=   http://sk1project.org/downloads/uniconvertor/v1.1.4/
8
9 MAINTAINER=     pkgsrc-users@NetBSD.org
10 HOMEPAGE=       http://sk1project.org/
11 COMMENT=        Universal vector graphics translator
12 #LICENSE=       # TODO: (see mk/license.mk)
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 WRKSRC= ${WRKDIR}/UniConvertor-1.1.4
17 PYDISTUTILSPKG= yes
18
19 SUBST_CLASSES+=         pybin
20 SUBST_STAGE.pybin=      post-build
21 SUBST_FILES.pybin=      src/uniconvertor
22 SUBST_VARS.pybin=       PYTHONBIN
23
24 # it is renamed because tgif expects it that way, and to avoid
25 # a conflict with netatalk
26 post-extract:
27         ${MV} ${WRKSRC}/src/uniconv ${WRKSRC}/src/uniconvertor
28
29 .include "../../lang/python/application.mk"
30 .include "../../lang/python/extension.mk"
31 .include "../../graphics/py-imaging/buildlink3.mk"
32 .include "../../mk/bsd.pkg.mk"