2013-09-20 18:35:44 +00:00
|
|
|
# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
|
2012-08-06 16:45:19 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mcomix
|
2014-03-15 08:29:43 +00:00
|
|
|
PORTVERSION= 1.00
|
2014-06-13 18:03:45 +00:00
|
|
|
PORTREVISION= 1
|
2012-08-06 16:45:19 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/MComix-${PORTVERSION}
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
2014-06-13 07:36:27 +00:00
|
|
|
COMMENT= GTK2 comic book viewer
|
2012-08-06 16:45:19 +00:00
|
|
|
|
2014-03-15 08:29:43 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2012-08-06 16:45:19 +00:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2014-07-29 21:43:17 +00:00
|
|
|
USES= tar:bzip2
|
2012-08-06 16:45:19 +00:00
|
|
|
USE_GNOME= pygtk2
|
2014-01-13 21:00:02 +00:00
|
|
|
USE_PYTHON= yes
|
2014-06-13 18:03:45 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2012-08-06 16:45:19 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|