Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libuecc
|
|
PORTVERSION= 7
|
|
PORTREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://git.universe-factory.net/libuecc/snapshot/ \
|
|
http://git.universe-factory.net/libuecc/snapshot/
|
|
|
|
MAINTAINER= crest_maintainer@rlwinm.de
|
|
COMMENT= Very small Elliptic Curve Cryptography library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USES= cmake pkgconfig tar
|
|
|
|
.include <bsd.port.mk>
|