freebsd-ports/graphics/uniconvertor/Makefile
Dmitry Marakasov 63f9885f68 - Update to 1.1.5
- Remove CONFLICTS as executable file was renamed
2010-10-27 00:30:45 +00:00

22 lines
500 B
Makefile

# New ports collection makefile for: uniconvertor
# Date created: 15 Nov 2007
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= uniconvertor
PORTVERSION= 1.1.5
CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Universal vector graphics translator
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:${PORTSDIR}/graphics/sk1libs
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>