svn commit: r429972 - head/security/libecc

Hiroki Sato hrs at FreeBSD.org
Fri Dec 30 12:19:23 UTC 2016


Author: hrs
Date: Fri Dec 30 12:19:21 2016
New Revision: 429972
URL: https://svnweb.freebsd.org/changeset/ports/429972

Log:
  - Add LICENSE.
  - Strip installed binaries.

Modified:
  head/security/libecc/Makefile

Modified: head/security/libecc/Makefile
==============================================================================
--- head/security/libecc/Makefile	Fri Dec 30 12:15:18 2016	(r429971)
+++ head/security/libecc/Makefile	Fri Dec 30 12:19:21 2016	(r429972)
@@ -3,23 +3,24 @@
 
 PORTNAME=	libecc
 PORTVERSION=	0.14.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	hrs at 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 at endian\.h at sys/&@' ${WRKSRC}/include/libecc/bitset.h
+	@${REINPLACE_CMD} 's at endian\.h at sys/&@' \
+	    ${WRKSRC}/include/libecc/bitset.h
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list