freebsd-ports/graphics/qcomicbook/Makefile
Stanislav Sedov 9a2e4c8b78 - Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
  privilegies)
- Add DBUS support.

Thanks to:	az
2008-03-11 21:13:53 +00:00

35 lines
763 B
Makefile

# 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>