aboutsummaryrefslogtreecommitdiff
path: root/net/nitroshare/Makefile
blob: ecf9257e6d25a3e3d03028db42d3c96fe83723ab (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
# $FreeBSD$

PORTNAME=	nitroshare
DISTVERSION=	0.3.4-642
DISTVERSIONSUFFIX=	-g2046ccb
PORTREVISION=	2
CATEGORIES=	net

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Network file transfer application

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

LIB_DEPENDS=	libqhttpengine.so:www/qhttpengine \
		libqmdnsengine.so:dns/qmdnsengine

USES=		cmake compiler:c++11-lang qt:5
USE_GITHUB=	yes
GH_PROJECT=	${PORTNAME}-desktop
USE_QT=		core gui network widgets buildtools_build qmake_build
USE_LDCONFIG=	yes

.include <bsd.port.mk>