summaryrefslogtreecommitdiff
path: root/lang/sr-examples/Makefile
blob: 7a054c0f267df8441dfdba0fabb659d5d1a54f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# $NetBSD: Makefile,v 1.5 2005/12/26 23:39:32 schmonz 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

PKG_FAIL_REASON+=	"Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4"
PKG_FAIL_REASON+=	"Will be removed in pkgsrc-2006Q1 unless fixed"

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"