# New ports collection makefile for:	qcomicbook
# Date created:				24 April, 2005
# Whom:					Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD: ports/graphics/qcomicbook/Makefile,v 1.19 2007/12/14 16:50:53 miwi Exp $
#

PORTNAME=	qcomicbook
PORTVERSION=	0.4.0
CATEGORIES=	graphics
MASTER_SITES=	http://linux.bydg.org/~yogin/qcomicbook/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	QT-based comic book archive viewer

RUN_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip \
		unrar:${PORTSDIR}/archivers/unrar

USE_QT_VER=	4
QT_COMPONENTS=	gui moc
USE_GNOME=	gnometarget
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	QtGui_CFLAGS="${QtGui_CFLAGS}"

MAN1=		qcomicbook.1

QtGui_CFLAGS=	-DQT_SHARED \
		-I${QT_PREFIX}/include/QtGui \
		-I${QT_PREFIX}/include/QtCore \
		-I${QT_PREFIX}/include

.include <bsd.port.mk>
