View | Details | Raw Unified | Return to bug 126272
Collapse All | Expand All

(-)/home/makc/porting/ports/graphics/qcomicbook/Makefile (-8 / +6 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	qcomicbook
8
PORTNAME=	qcomicbook
9
PORTVERSION=	0.4.0
9
PORTVERSION=	0.4.0
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	graphics
11
CATEGORIES=	graphics
12
MASTER_SITES=	http://linux.bydg.org/~yogin/qcomicbook/
12
MASTER_SITES=	http://linux.bydg.org/~yogin/qcomicbook/
13
13
Lines 19-35 Link Here
19
19
20
USE_QT_VER=	4
20
USE_QT_VER=	4
21
QT_COMPONENTS=	gui moc_build
21
QT_COMPONENTS=	gui moc_build
22
USE_GNOME=	gnometarget
22
USE_GNOME=	pkgconfig
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_EFL=	imlib2
24
# USE_EFL=	imlib2 #disabled in this release
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
CONFIGURE_ENV=	QtGui_CFLAGS="${QtGui_CFLAGS}"
27
26
28
MAN1=		qcomicbook.1
27
MAN1=		qcomicbook.1
29
28
30
QtGui_CFLAGS=	-DQT_SHARED \
29
DESKTOP_ENTRIES="QComicBook" "Comic Book Viewer" \
31
		-I${QT_INCDIR}/QtGui \
30
		"${DATADIR}/${PORTNAME}.png" \
32
		-I${QT_INCDIR}/QtCore \
31
		"qcomicbook" "" false
33
		-I${QT_INCDIR}
34
32
35
.include <bsd.port.mk>
33
.include <bsd.port.mk>

Return to bug 126272