diff options
author | joerg <joerg@FreeBSD.org> | 1995-03-06 07:32:26 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-03-06 07:32:26 +0800 |
commit | 34daa02394b74fcc4bdc418446396d95ae63fd0e (patch) | |
tree | 58c446931f6c58d67e99cfbcc0bbfb87c2858cc1 /games | |
parent | 31120ba6314094bddb08d66c52f4ef3bd7ecbf72 (diff) | |
download | freebsd-ports-gnome-34daa02394b74fcc4bdc418446396d95ae63fd0e.tar.gz freebsd-ports-gnome-34daa02394b74fcc4bdc418446396d95ae63fd0e.tar.zst freebsd-ports-gnome-34daa02394b74fcc4bdc418446396d95ae63fd0e.zip |
acm - a flight simulator for X11.
The program still SIGFPE's for me when compiled without -g, but
that doesn't seem to be acm's fault. Also, i don't want to get my
patches lost.
The port should remain disabled in the parent Makefile until the
floating point troubles are fixed.
...desperatley hoping that i've got the import right this time. :-/
Diffstat (limited to 'games')
-rw-r--r-- | games/acm/Makefile | 17 | ||||
-rw-r--r-- | games/acm/distinfo | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile new file mode 100644 index 000000000000..5249378ffe66 --- /dev/null +++ b/games/acm/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: acm(1) +# Version required: comp.sources.x/volume12 +# Date created: 5 March 1995 +# Whom: joerg +# +# $Id: Makefile,v 1.1.1.1 1994/12/28 11:53:41 joerg Exp $ +# + +DISTNAME= acm +WRKSRC= ${WRKDIR}/acm +EXTRACT_SUFX= .tar.Z +USE_IMAKE= yes +MASTER_SITES= ftp://hpsystem2.informatik.tu-muenchen.de/pub/comp/usenet/comp.sources.x/acm/ +MASTER_SITES+= ftp://sally.bl.physik.tu-muenchen.de/a/tum1.leo.org/archive/isar/.mntpts/tum.info-pub1/pub/comp/usenet/comp.sources.x/acm/ + + +.include <bsd.port.mk> diff --git a/games/acm/distinfo b/games/acm/distinfo new file mode 100644 index 000000000000..3505fe191236 --- /dev/null +++ b/games/acm/distinfo @@ -0,0 +1 @@ +MD5 (acm.tar.Z) = 0cad9cd3c9f607d1ac141d5533195889 |