freebsd-ports/graphics/qcomicbook/Makefile

36 lines
763 B
Makefile
Raw Normal View History

# New ports collection makefile for: qcomicbook
# Date created: 24 April, 2005
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qcomicbook
PORTVERSION= 0.4.0
PORTREVISION= 1
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
USE_EFL= imlib2
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>