freebsd-ports/net-p2p/eiskaltdc/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

33 lines
697 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.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>