9a2e4c8b78
- 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
35 lines
763 B
Makefile
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>
|