freebsd-ports/graphics/py-mcomix/Makefile
Ashish SHUKLA dea520b575 - Update to 1.00
- Add LICENSE information
- Add STAGE support
- Fix spacing in pkg-descr
2014-03-15 08:29:43 +00:00

24 lines
542 B
Makefile

# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
# $FreeBSD$
PORTNAME= mcomix
PORTVERSION= 1.00
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/MComix-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ashish@FreeBSD.org
COMMENT= A GTK2 comic book viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>