aboutsummaryrefslogtreecommitdiffstats
path: root/games/acm
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-11 08:20:58 +0800
committerasami <asami@FreeBSD.org>1995-04-11 08:20:58 +0800
commit42f37c3e86245df81e511902ece1702f86d77ab8 (patch)
tree33feb0dfc80570e22f49edd0056761e03ba42b4f /games/acm
parent4b0aee24a53f7f5db3d4442235ac99977ada318a (diff)
downloadfreebsd-ports-gnome-42f37c3e86245df81e511902ece1702f86d77ab8.tar.gz
freebsd-ports-gnome-42f37c3e86245df81e511902ece1702f86d77ab8.tar.zst
freebsd-ports-gnome-42f37c3e86245df81e511902ece1702f86d77ab8.zip
And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
Diffstat (limited to 'games/acm')
-rw-r--r--games/acm/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile
index 21b888390b76..c034b78d3d3b 100644
--- a/games/acm/Makefile
+++ b/games/acm/Makefile
@@ -1,18 +1,20 @@
-# New ports collection makefile for: acm(6)
-# Version required: comp.sources.x/volume12
+# New ports collection makefile for: acm
+# Version required: comp.sources.x/volume12 (ver 2.0)
# Date created: 5 March 1995
# Whom: joerg
#
-# $Id: Makefile,v 1.4 1995/04/01 13:48:04 joerg Exp $
+# $Id: Makefile,v 1.5 1995/04/02 13:14:09 joerg Exp $
#
DISTNAME= acm
-WRKSRC= ${WRKDIR}/acm
-USE_IMAKE= yes
-MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/
-MASTER_SITES+= ftp://ftp.physik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/
-MAINTAINER= joerg@FreeBSD.org
+PKGNAME= acm-2.0
CATEGORIES+= games
+MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/ \
+ ftp://ftp.physik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/
+MAINTAINER= joerg@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/acm
+USE_IMAKE= yes
.include <bsd.port.mk>