Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / py-mcomix / Makefile
1 # Created by: Ashish SHUKLA <ashish@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mcomix
5 PORTVERSION=    1.2.1
6 CATEGORIES=     graphics
7 MASTER_SITES=   SF/${PORTNAME}/MComix-${PORTVERSION}
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     ashish@FreeBSD.org
11 COMMENT=        GTK2 comic book viewer
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USES=           python tar:bzip2
20 USE_GNOME=      pygtk2
21 USE_PYTHON=     autoplist distutils
22
23 .include <bsd.port.mk>