summaryrefslogtreecommitdiff
path: root/parallel/glunix/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-05-29 11:25:12 +0000
committerwiz <wiz@pkgsrc.org>2005-05-29 11:25:12 +0000
commitd7621795f8b43ba5fad55bc5f97413717e2f44a1 (patch)
tree31d0b6408cd0af47fee8f208d49db46ad8595717 /parallel/glunix/Makefile
parent1d6304c06f939184ab6ae0fe3da9bf3b43054a1b (diff)
downloadpkgsrc-d7621795f8b43ba5fad55bc5f97413717e2f44a1.tar.gz
Remove support for automatic interactive fetching -- the master site
is broken anyway. Remove makedepend tarball and corresponding master site, it does not exist any longer. Remove FLAGS=-m486, newer gcc does not like it. Replace USE_PERL5 with USE_TOOLS+=perl.
Diffstat (limited to 'parallel/glunix/Makefile')
-rw-r--r--parallel/glunix/Makefile22
1 files changed, 3 insertions, 19 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile
index 04502a77f98..6380e7763c1 100644
--- a/parallel/glunix/Makefile
+++ b/parallel/glunix/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2005/05/22 20:08:26 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2005/05/29 11:25:12 wiz Exp $
DISTNAME= glunix-release-1-0a
PKGNAME= glunix-1.0a
PKGREVISION= 1
CATEGORIES= parallel
-MASTER_SITES= http://now.cs.berkeley.edu/Glunix/ \
- http://www.inficad.com/~garbled/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} makedepend${EXTRACT_SUFX}
+MASTER_SITES= http://now.cs.berkeley.edu/Glunix/
MAINTAINER= root@garbled.net
HOMEPAGE= http://now.cs.berkeley.edu/Glunix/glunix.html
@@ -20,18 +18,13 @@ SSH= ${LOCALBASE}/bin/ssh
.endif
WRKSRC= ${WRKDIR}
-USE_TOOLS+= gmake
-USE_PERL5= yes
+USE_TOOLS+= gmake perl
INTERACTIVE_STAGE= fetch
NO_MTREE= yes
NOW_ROOT= ${LOCALBASE}/now
MESSAGE_SUBST+= NOW_ROOT=${NOW_ROOT}
-.if (${MACHINE} == "i386")
-FLAGS=-m486
-.endif
-
.include "../../mk/endian.mk"
.if (${MACHINE_ENDIAN} == "little")
FLAGS+=-DL_ENDIAN
@@ -41,8 +34,6 @@ MAKE_ENV+= OPSYS=${OPSYS} ARCH=${MACHINE_ARCH} NOW_ROOT=${NOW_ROOT}
MAKE_ENV+= PORTSDIR=${PKGDIR} WRKDIR=${WRKDIR} FLAGS="${FLAGS}"
MAKE_ENV+= SSH=${SSH}
-SCRIPTS_ENV+= ARCH=${MACHINE_ARCH} RM=${RM} NOW_ROOT=${NOW_ROOT}
-
.if exists(/usr/sbin/user)
USER_CMD= /usr/sbin/user
GROUP_CMD= /usr/sbin/group
@@ -52,13 +43,6 @@ USER_CMD= ${LOCALBASE}/sbin/user
GROUP_CMD= ${LOCALBASE}/sbin/group
.endif
-.if defined(BATCH)
-BATCH_CHECK_DISTFILES= batch-check-distfiles
-.endif
-
-pre-fetch: ${BATCH_CHECK_DISTFILES}
- cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/pre-fetch
-
post-patch:
cd ${WRKSRC}; \
for f in progs/glupart/glupart.c \