- Add LICENSE_FILE

- Use new LIB_DEPENDS syntax
- Switch to USES=libtool, drop .la files
This commit is contained in:
Dmitry Marakasov 2014-07-01 01:15:38 +00:00
parent bdc1f21f48
commit f14f0b6d48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359944
2 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= pbc
PORTVERSION= 0.5.14
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://crypto.stanford.edu/pbc/files/
@ -10,10 +11,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Library of pairing-based cryptosystems
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
USES= bison
USES= bison libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -24,7 +24,7 @@ include/pbc/pbc_test.h
include/pbc/pbc_utils.h
include/pbc/pbc_z.h
lib/libpbc.a
lib/libpbc.la
lib/libpbc.so
lib/libpbc.so.1
lib/libpbc.so.1.0.0
@dirrm include/pbc