63f9885f68
- Remove CONFLICTS as executable file was renamed
22 lines
500 B
Makefile
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>
|