aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/uniconvw/Makefile
blob: 72c6c232c948cb16eb1c7b22aebc06e2cd5405ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$

PORTNAME=   uniconvw
PORTVERSION=    1.1.5
PORTREVISION=   1
CATEGORIES= graphics python
MASTER_SITES=   GOOGLE_CODE \
        http://mirror.amdmi3.ru/distfiles/

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    Gtk+ frontend for UniConvertor

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:${PORTSDIR}/graphics/sk1libs \
        ${PYTHON_SITELIBDIR}/uniconvertor/__init__.py:${PORTSDIR}/graphics/uniconvertor \
        ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2

PROJECTHOST=    uniconvertor

USE_PYTHON= yes
USE_PYDISTUTILS=yes

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/setup.py

.include <bsd.port.mk>