freebsd-ports/graphics/py-mcomix/Makefile
Ashish SHUKLA 25174ab4d0 MComix is an user-friendly, customizable image viewer. It is
specifically designed to handle comic books, but also serves as a
generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
well as plain image files.

WWW:	http://mcomix.sourceforge.net/
2012-08-06 16:45:19 +00:00

25 lines
567 B
Makefile

# New ports collection makefile for: mcomix
# Date created: 2012-05-16
# Whom: Ashish SHUKLA <ashish@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mcomix
PORTVERSION= 0.99
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/MComix-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ashish@FreeBSD.org
COMMENT= A GTK2 comic book viewer
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_GNOME= pygtk2
USE_PYTHON= 2.6+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>