summaryrefslogtreecommitdiff
path: root/lang/sr-examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sr-examples/Makefile')
-rw-r--r--lang/sr-examples/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/lang/sr-examples/Makefile b/lang/sr-examples/Makefile
deleted file mode 100644
index d26e651bec7..00000000000
--- a/lang/sr-examples/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2005/02/26 22:45:11 is Exp $
-#
-
-DISTNAME= vs233
-PKGNAME= sr-examples-2.3.3
-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"