2013-06-18 13:46:51 +02:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2007-12-12 19:32:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= uniconvertor
|
2010-10-27 02:30:45 +02:00
|
|
|
PORTVERSION= 1.1.5
|
2007-12-12 19:32:08 +01:00
|
|
|
CATEGORIES= graphics python
|
2010-10-27 02:30:45 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE \
|
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
|
|
|
|
|
2010-10-27 02:30:45 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:${PORTSDIR}/graphics/sk1libs
|
2008-05-16 23:54:09 +02:00
|
|
|
|
2014-09-29 16:36:58 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils
|
|
|
|
|
|
|
|
post-install:
|
2014-12-03 17:49:59 +01:00
|
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so
|
2007-12-12 19:32:08 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|