summaryrefslogtreecommitdiff
path: root/lang/sr-examples/Makefile
diff options
context:
space:
mode:
authoris <is>2005-02-25 16:24:07 +0000
committeris <is>2005-02-25 16:24:07 +0000
commit35276a19563482e7d3c70773f28c65b53c998a15 (patch)
tree07e187d5c8096b8f86dda00cffe1aacb95cc269e /lang/sr-examples/Makefile
parent60799b38e7261a7e00e1f27f7453b605d3425644 (diff)
downloadpkgsrc-35276a19563482e7d3c70773f28c65b53c998a15.tar.gz
Examples for SR, a language for concurrent programming from the University
of Arizona.
Diffstat (limited to 'lang/sr-examples/Makefile')
-rw-r--r--lang/sr-examples/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/lang/sr-examples/Makefile b/lang/sr-examples/Makefile
new file mode 100644
index 00000000000..738f260d9e8
--- /dev/null
+++ b/lang/sr-examples/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/25 16:24:07 is Exp $
+#
+
+DISTNAME= vs
+PKGNAME= sr-examples-2.3.2
+CATEGORIES= lang parallel
+MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= is@NetBSD.org
+HOMEPAGE= http://www.cs.arizona.edu/sr/
+COMMENT= The SR language compiler and run time system
+
+WRKSRC= ${WRKDIR}
+
+ONLY_FOR_PLATFORM= NetBSD-*-*
+
+### Use the second line below for installing if you want to make print-PLIST!
+DOMOD=
+#DOMOD=-pm
+
+do-extract:
+
+do-configure:
+
+do-patch:
+
+do-build:
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/sr
+ ${PAX} -zr ${DOMOD} -f ${DISTDIR}/${DISTFILES} \
+ -s ,vsuite/examples,${PREFIX}/share/examples/sr, \
+ vsuite/examples
+
+.include "../../mk/bsd.pkg.mk"