blob: 9222f0be66287ff8459d8a2b554eb54f965ebacb (
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
|
# 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.40
PORTREVISION= 2
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= devel@stasyan.com
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
CMAKE_USE_PTHREAD= yes
QTCFGLIBS+= ${PTHREAD_LIBS}
MAN1= eiskaltdc.1
MANCOMPRESSED= yes
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
.include <bsd.port.mk>
|