summaryrefslogtreecommitdiff
path: root/games/acm/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1998-12-06 21:11:05 +0000
committerStefan Eßer <se@FreeBSD.org>1998-12-06 21:11:05 +0000
commit24786df1a21f8e85b8bf2e5df79379d966fde63a (patch)
treefae056752a21b543a410e5b04851a761a2416a54 /games/acm/Makefile
parentUpgrade to 0.80. (diff)
Fix ELF brokenness caused by wrong assumptions of GNU configure, if an
"elf.h" header file is found (assumption was System V.4, which made later configure tests fail). Make myself maintainer of this port (as suggested by the previous maintainer: joerg).
Notes
Notes: svn path=/head/; revision=15158
Diffstat (limited to '')
-rw-r--r--games/acm/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile
index 7e1c9e79d53a..7f3806efa789 100644
--- a/games/acm/Makefile
+++ b/games/acm/Makefile
@@ -3,20 +3,16 @@
# Date created: 5 March 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.11 1997/07/10 01:43:01 asami Exp $
+# $Id: Makefile,v 1.12 1998/09/28 02:03:00 steve Exp $
#
-DISTNAME= acm-4.7
+DISTNAME= acm-4.8
CATEGORIES= games
-MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
+MASTER_SITES= http://www.websimulations.com/download/
-MAINTAINER= joerg@FreeBSD.org
-
-BROKEN_ELF= build
+MAINTAINER= se@FreeBSD.org
GNU_CONFIGURE= yes
-CONFIGURE_ENV= ${SH} -x # don't ask me why, will fail otherwise
-STRIP=
MAN6= acm.6
.include <bsd.port.mk>