aboutsummaryrefslogtreecommitdiff
path: root/security/libecc
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2016-12-30 12:19:21 +0000
committerHiroki Sato <hrs@FreeBSD.org>2016-12-30 12:19:21 +0000
commitdde111d15f8e3ba1c02f5c18931cc6c68814d937 (patch)
treee2a6a61beff8bd56dfe67f5d97e55e8ba50ecd54 /security/libecc
parent6189ccbf7f604ce1bf0ba1f567214086d51dda98 (diff)
downloadports-dde111d15f8e3ba1c02f5c18931cc6c68814d937.tar.gz
ports-dde111d15f8e3ba1c02f5c18931cc6c68814d937.zip
- Add LICENSE.
- Strip installed binaries.
Notes
Notes: svn path=/head/; revision=429972
Diffstat (limited to 'security/libecc')
-rw-r--r--security/libecc/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/security/libecc/Makefile b/security/libecc/Makefile
index 4db76e9af114..605ea0e5cd13 100644
--- a/security/libecc/Makefile
+++ b/security/libecc/Makefile
@@ -3,23 +3,24 @@
PORTNAME= libecc
PORTVERSION= 0.14.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= hrs@FreeBSD.org
COMMENT= C++ Elliptic Curve Library
+LICENSE= GPLv2+
+
LIB_DEPENDS= libgmp.so:math/gmp
-USES= libtool
+USES= libtool localbase
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-
-CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include
-LDFLAGS+= -L${PREFIX}/lib -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
post-patch:
- @${REINPLACE_CMD} 's@endian\.h@sys/&@' ${WRKSRC}/include/libecc/bitset.h
+ @${REINPLACE_CMD} 's@endian\.h@sys/&@' \
+ ${WRKSRC}/include/libecc/bitset.h
.include <bsd.port.mk>