aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/q4wine/Makefile
blob: 7d5b00249aa492dd7cf7e028e3283e8a8c2da5ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    q4wine
# Date created:     05 Feb 2009
# Whom:         Sergey V. Dyatko <sergey.dyatko@gmail.com>
#
# $FreeBSD$

PORTNAME=   q4wine
PORTVERSION=    0.111
PORTREVISION=   1
CATEGORIES= deskutils emulators
MASTER_SITES=   SF

MAINTAINER= sergey.dyatko@gmail.com
COMMENT=    QT4 front-end for WINE

RUN_DEPENDS=    sudo:${PORTSDIR}/security/sudo \
        icotool:${PORTSDIR}/graphics/icoutils \
        wine:${PORTSDIR}/emulators/wine \
        wget:${PORTSDIR}/ftp/wget \
        cabextract:${PORTSDIR}/archivers/cabextract

USE_QT_VER= 4
QT_COMPONENTS=  qmake_build rcc_build moc_build uic_build \
        linguist_build corelib gui sql network

ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS_REASON=  depends on wine which is only available for i386

USE_CMAKE=  yes
CMAKE_USE_PTHREAD=  yes

post-install:
    -update-desktop-database

.include <bsd.port.mk>