1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

- Disable imlib2 (it's not used temporary)

- Install desktop icon/entry
- Bump PORTREVISION

PR:		126272
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
This commit is contained in:
Martin Wilke 2008-08-06 10:38:09 +00:00
parent f4b8567302
commit 0bb364b803
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218129

View File

@ -7,7 +7,7 @@
PORTNAME= qcomicbook
PORTVERSION= 0.4.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://linux.bydg.org/~yogin/qcomicbook/
@ -19,17 +19,15 @@ RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build
USE_GNOME= gnometarget
USE_GNOME= pkgconfig
USE_GMAKE= yes
USE_EFL= imlib2
# USE_EFL= imlib2 #disabled in this release
GNU_CONFIGURE= yes
CONFIGURE_ENV= QtGui_CFLAGS="${QtGui_CFLAGS}"
MAN1= qcomicbook.1
QtGui_CFLAGS= -DQT_SHARED \
-I${QT_INCDIR}/QtGui \
-I${QT_INCDIR}/QtCore \
-I${QT_INCDIR}
DESKTOP_ENTRIES="QComicBook" "Comic Book Viewer" \
"${DATADIR}/${PORTNAME}.png" \
"qcomicbook" "" false
.include <bsd.port.mk>