Lines 2-27
Link Here
|
2 |
# Date created: 05 Feb 2009 |
2 |
# Date created: 05 Feb 2009 |
3 |
# Whom: Sergey V. Dyatko <sergey.dyatko@gmail.com> |
3 |
# Whom: Sergey V. Dyatko <sergey.dyatko@gmail.com> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/deskutils/q4wine/Makefile,v 1.8 2010/05/23 14:24:55 sylvio Exp $ |
5 |
# $FreeBSD$ |
6 |
|
6 |
|
7 |
PORTNAME= q4wine |
7 |
PORTNAME= q4wine |
8 |
PORTVERSION= 0.118 |
8 |
PORTVERSION= 0.120 |
9 |
CATEGORIES= deskutils emulators |
9 |
CATEGORIES= deskutils emulators |
10 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} |
10 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} |
11 |
|
11 |
|
12 |
MAINTAINER= sergey.dyatko@gmail.com |
12 |
MAINTAINER= sergey.dyatko@gmail.com |
13 |
COMMENT= QT4 front-end for WINE |
13 |
COMMENT= QT4 front-end for WINE |
14 |
|
14 |
|
15 |
BUILD_DEPENDS= icotool:${PORTSDIR}/graphics/icoutils |
15 |
BUILD_DEPENDS= icotool:${PORTSDIR}/graphics/icoutils |
|
|
16 |
|
16 |
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \ |
17 |
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo \ |
17 |
wine:${PORTSDIR}/emulators/wine \ |
18 |
wine:${PORTSDIR}/emulators/wine \ |
18 |
wget:${PORTSDIR}/ftp/wget \ |
19 |
wget:${PORTSDIR}/ftp/wget \ |
19 |
cabextract:${PORTSDIR}/archivers/cabextract \ |
20 |
cabextract:${PORTSDIR}/archivers/cabextract \ |
20 |
xdg-open:${PORTSDIR}/devel/xdg-utils |
21 |
icotool:${PORTSDIR}/graphics/icoutils |
21 |
|
22 |
|
22 |
USE_QT_VER= 4 |
23 |
USE_QT_VER= 4 |
23 |
QT_COMPONENTS= qmake_build rcc_build moc_build uic_build \ |
24 |
QT_COMPONENTS= qmake_build rcc_build moc_build uic_build \ |
24 |
linguist_build corelib gui sql network |
25 |
linguist_build corelib gui sql network dbus |
25 |
|
26 |
|
26 |
ONLY_FOR_ARCHS= i386 |
27 |
ONLY_FOR_ARCHS= i386 |
27 |
ONLY_FOR_ARCHS_REASON= depends on wine which is only available for i386 |
28 |
ONLY_FOR_ARCHS_REASON= depends on wine which is only available for i386 |
Lines 30-36
Link Here
|
30 |
|
31 |
|
31 |
USE_CMAKE= yes |
32 |
USE_CMAKE= yes |
32 |
CMAKE_USE_PTHREAD= yes |
33 |
CMAKE_USE_PTHREAD= yes |
33 |
USE_LDCONFIG= yes |
34 |
CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${CMAKE_INSTALL_PREFIX}/man/ |
34 |
|
35 |
|
35 |
post-install: |
36 |
post-install: |
36 |
@-update-desktop-database |
37 |
@-update-desktop-database |