- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files Approved by: portmgr blanket
This commit is contained in:
parent
52e675ffe7
commit
0357c9b32b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356755
@ -3,14 +3,16 @@
|
||||
|
||||
PORTNAME= libecc
|
||||
PORTVERSION= 0.14.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= C++ Elliptic Curve Library
|
||||
|
||||
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
|
||||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -8,5 +8,5 @@ include/libecc/sha.h
|
||||
include/libecc/square.hcc
|
||||
lib/libecc.so
|
||||
lib/libecc.so.2
|
||||
lib/libecc.la
|
||||
lib/libecc.so.2.0.1
|
||||
@dirrm include/libecc
|
||||
|
Loading…
Reference in New Issue
Block a user