Import of pkgsrc-2014Q1
This commit is contained in:
29
security/libcurvecpr/Makefile
Normal file
29
security/libcurvecpr/Makefile
Normal file
@@ -0,0 +1,29 @@
|
||||
# $NetBSD: Makefile,v 1.2 2013/08/07 05:01:45 agc Exp $
|
||||
|
||||
DISTNAME= master
|
||||
PKGNAME= libcurvecpr-20130806
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://github.com/impl/libcurvecpr/archive/
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= agc@NetBSD.org
|
||||
HOMEPAGE= http://cr.yp.to/ecdh.html
|
||||
COMMENT= Uses elliptic-curve cryptography to encrypt and authenticate data
|
||||
LICENSE= public-domain
|
||||
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
|
||||
WRKSRC= ${WRKDIR}/libcurvecpr-master
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= pkg-config automake autoreconf
|
||||
|
||||
AUTO_MKDIRS= yes
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && ./autogen.sh
|
||||
|
||||
.include "../../security/libsodium/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
Reference in New Issue
Block a user