Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / sr-examples / Makefile
blobfd401aad55f2445d6b46af57c4a11bd2d18a8d87
1 # $NetBSD: Makefile,v 1.10 2012/09/20 10:01:50 jperkin Exp $
4 DISTNAME= vs233
5 PKGNAME= sr-examples-2.3.3
6 PKGREVISION= 1
7 CATEGORIES= lang parallel
8 MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/
9 EXTRACT_SUFX= .tar.Z
11 MAINTAINER= is@NetBSD.org
12 HOMEPAGE= http://www.cs.arizona.edu/sr/
13 COMMENT= The SR language compiler and run time system
15 USE_TOOLS+= gzcat pax
17 WRKSRC= ${WRKDIR}
18 NO_EXTRACT= yes
19 NO_CONFIGURE= yes
20 NO_BUILD= yes
22 ### Use the second line below for installing if you want to make print-PLIST!
23 DOMOD=
24 #DOMOD=-pm
26 do-install:
27 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX:Q}/share/examples/sr
28 cd ${DESTDIR}${PREFIX:Q}/share/examples/sr && \
29 gzcat ${DISTDIR:Q}/${DISTFILES:Q} | pax -r ${DOMOD} \
30 -s ,vsuite/examples,., \
31 vsuite/examples
33 .include "../../mk/bsd.pkg.mk"