summaryrefslogtreecommitdiff
path: root/security/libmultigest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libmultigest/Makefile')
-rw-r--r--security/libmultigest/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/security/libmultigest/Makefile b/security/libmultigest/Makefile
new file mode 100644
index 00000000000..249930d1119
--- /dev/null
+++ b/security/libmultigest/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2014/03/05 05:14:42 agc Exp $
+
+DISTNAME= libmultigest-${VERSION}
+CATEGORIES= security
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= agc@NetBSD.org
+HOMEPAGE= http://www.NetBSD.org/
+COMMENT= Multiple, concatenated digest value calculation library
+LICENSE= modified-bsd
+
+FILESDIR= ${.CURDIR}/../../security/multigest/files
+
+GNU_CONFIGURE= yes
+.if !defined(BOOTSTRAP)
+USE_LIBTOOL= yes
+.endif
+AUTO_MKDIRS= yes
+
+.include "../../mk/bsd.prefs.mk"
+
+VERSION!= ${AWK} '/\#define.*MULTIGEST_H_/ {print $$3}' ${FILESDIR}/multigest.h
+
+do-extract:
+ ${CP} -R ${FILESDIR} ${WRKSRC}
+.if defined(BOOTSTRAP)
+ cd ${WRKSRC} && ${CP} Makefile.lib.in Makefile.in
+.else
+ cd ${WRKSRC} && ${CP} Makefile.libtool.in Makefile.in
+.endif
+
+.include "../../mk/bsd.pkg.mk"