summaryrefslogtreecommitdiff
path: root/security/nettle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/nettle/Makefile')
-rw-r--r--security/nettle/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
new file mode 100644
index 00000000000..faee5861659
--- /dev/null
+++ b/security/nettle/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/04/26 08:59:33 adam Exp $
+
+DISTNAME= nettle-2.1
+CATEGORIES= devel security
+MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
+ ftp://ftp.lysator.liu.se/pub/security/lsh/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.lysator.liu.se/~nisse/nettle/
+COMMENT= Cryptographic library
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake m4
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-openssl
+
+INFO_FILES= yes
+TEST_TARGET= check
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"