summaryrefslogtreecommitdiff
path: root/parallel/openpa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/openpa/Makefile')
-rw-r--r--parallel/openpa/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/parallel/openpa/Makefile b/parallel/openpa/Makefile
new file mode 100644
index 00000000000..d67fa972b7a
--- /dev/null
+++ b/parallel/openpa/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/23 21:57:20 asau Exp $
+
+DISTNAME= openpa-1.0.1
+CATEGORIES= parallel
+MASTER_SITES= http://trac.mcs.anl.gov/projects/openpa/raw-attachment/wiki/Downloads/
+
+MAINTAINER= asau@inbox.ru
+HOMEPAGE= http://trac.mcs.anl.gov/projects/openpa/
+COMMENT= Atomic primitives for high performance software
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+TEST_TARGET= check
+
+.include "../../mk/bsd.pkg.mk"