1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/libstorj/Makefile
Sunpoet Po-Chuan Hsieh d99d942bb0 Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
2019-07-09 17:13:07 +00:00

39 lines
898 B
Makefile

# $FreeBSD$
PORTNAME= libstorj
PORTVERSION= 1.0.3
PORTREVISION= 2
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>