aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/eiskaltdc/Makefile
blob: 3a78bbde2218579683809632839a0bdba16e7c7c (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
# New ports collection makefile for: net-p2p/eiskaltdc
# Date created:     28 Aug 2009
# Whom:         Stas Timokhin <stast@bsdportal.ru>
#
# $FreeBSD$
#

PORTNAME=   eiskaltdc
PORTVERSION=    1.0.30
CATEGORIES= net-p2p
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}

MAINTAINER= stast@bsdportal.ru
COMMENT=    A Direct Connect client QT GUI

LIB_DEPENDS=    dc.5:${PORTSDIR}/net-p2p/dclib

USE_BZIP2=  yes
USE_QT_VER= 4
QT_COMPONENTS=  corelib gui network qt3support qmake_build \
        moc_build uic_build rcc_build linguist_build
USE_GMAKE=  yes
USE_CMAKE=  yes
QTCFGLIBS+= ${PTHREAD_LIBS}

MAN1=       eiskaltdc.1
MANCOMPRESSED=  yes

BUILD_WRKSRC=   ${WRKSRC}/${PORTNAME}

.include <bsd.port.mk>