1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/qupzilla/Makefile
Max Brazhnikov 80b2de7aa8 - Convert to USES=qmake
- Add missing USES=desktop-file-utils
- Add stage support
- Adjust USE_QT4 components
- Fix plist

Approved by:	portmgr (blanket approval)
2013-11-26 11:39:44 +00:00

31 lines
815 B
Makefile

# $FreeBSD$
PORTNAME= qupzilla
PORTVERSION= 1.4.4
CATEGORIES= www
MASTER_SITES= http://www.qupzilla.com/uploads/
DISTNAME= QupZilla-${PORTVERSION}
MAINTAINER= javad.kouhi@gmail.com
COMMENT= Modern web browser based on WebKit core and Qt Framework
LICENSE= GPLv3
LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
USES= desktop-file-utils qmake
USE_QT4= gui moc_build rcc_build uic_build webkit \
dbus xml script sql network imageformats_run linguist_build
QMAKE_ENV= QUPZILLA_PREFIX=${PREFIX}/
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \
${WRKSRC}/tests/autotests/qztoolstest.cpp \
${WRKSRC}/src/lib/plugins/qtwebkit/spellcheck/speller.cpp
@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
${WRKSRC}/src/install.pri
.include <bsd.port.mk>