aboutsummaryrefslogtreecommitdiffstats
path: root/net/libstorj/Makefile
blob: 368ce8928e95e21b31a8f34292c3d5d6e4a62288 (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
34
35
36
37
38
# $FreeBSD$

PORTNAME=   libstorj
PORTVERSION=    1.0.3
PORTREVISION=   1
DISTVERSIONPREFIX=  v
CATEGORIES= net

MAINTAINER= jhixson@FreeBSD.org
COMMENT=    C library and CLI for encrypted file transfer on the Storj network

LICENSE=    LGPL21+

BROKEN_aarch64=     fails to build: invokes x86 assembler
BROKEN_armv6=       fails to build: invokes x86 assembler
BROKEN_armv7=       fails to build: invokes x86 assembler
BROKEN_mips=        fails to build: invokes x86 assembler
BROKEN_mips64=      fails to build: invokes x86 assembler

LIB_DEPENDS=    libjson-c.so:devel/json-c \
        libuv.so:devel/libuv \
        libcurl.so:ftp/curl \
        libnettle.so:security/nettle \
        libmicrohttpd.so:www/libmicrohttpd

USES=       autoreconf gmake libtool localbase pkgconfig
USE_CSTD=   gnu99

USE_GITHUB= yes
GH_ACCOUNT= Storj

GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

#CFLAGS+=   -I. -I${LOCALBASE}/include
#LDFLAGS+=  -L. -L${LOCALBASE}/lib

.include <bsd.port.mk>