c8f7339a3c
Reported by: pav via pointyhat Approved by: miwi (mentor)
32 lines
681 B
Makefile
32 lines
681 B
Makefile
# 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= 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>
|