Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2016 12:19:22 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429972 - head/security/libecc
Message-ID:  <201612301219.uBUCJMYr072707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612301219.uBUCJMYr072707>