diff options
Diffstat (limited to 'net/nitroshare/Makefile')
-rw-r--r-- | net/nitroshare/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/nitroshare/Makefile b/net/nitroshare/Makefile new file mode 100644 index 000000000000..796e7a521cfa --- /dev/null +++ b/net/nitroshare/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= nitroshare +DISTVERSION= 0.3.4-642 +DISTVERSIONSUFFIX= -g2046ccb +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:net/qmdnsengine + +USES= cmake:outsource 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> |