2007-12-12 19:32:08 +01:00
|
|
|
# New ports collection makefile for: uniconvertor
|
|
|
|
# Date created: 15 Nov 2007
|
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= uniconvertor
|
2009-06-08 17:11:24 +02:00
|
|
|
PORTVERSION= 1.1.4
|
2007-12-12 19:32:08 +01:00
|
|
|
CATEGORIES= graphics python
|
2008-02-02 12:34:15 +01:00
|
|
|
MASTER_SITES= http://sk1project.org/downloads/uniconvertor/v${PORTVERSION}/ \
|
2009-07-28 18:34:36 +02:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2007-12-12 19:32:08 +01:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2007-12-12 19:32:08 +01:00
|
|
|
COMMENT= Universal vector graphics translator
|
|
|
|
|
2008-07-28 16:07:04 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \
|
|
|
|
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab2
|
2008-07-23 12:35:30 +02:00
|
|
|
|
2008-05-16 23:54:09 +02:00
|
|
|
CONFLICTS= yudit-[0-9]*
|
|
|
|
|
2007-12-12 19:32:08 +01:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
|
|
|
|
PYDISTUTILS_PKGNAME=UniConvertor
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/UniConvertor-${PORTVERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|