diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-10-17 23:15:36 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-10-17 23:15:36 +0000 |
commit | 26cd4d0e9bd52c200e7af0fdf05883bc584836d6 (patch) | |
tree | 08d7e8a5f96783756230da30e8034b90f98e7bde | |
parent | 7b6699aef5a819db57651727f87cffd7f3d1878f (diff) | |
download | ports-26cd4d0e9bd52c200e7af0fdf05883bc584836d6.tar.gz ports-26cd4d0e9bd52c200e7af0fdf05883bc584836d6.zip |
Notes
-rw-r--r-- | games/cosmo/Makefile | 1 | ||||
-rw-r--r-- | games/cosmo/files/patch-aa | 14 |
2 files changed, 12 insertions, 3 deletions
diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile index 31940cb14e63..ff410921120d 100644 --- a/games/cosmo/Makefile +++ b/games/cosmo/Makefile @@ -7,6 +7,7 @@ PORTNAME= cosmo PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://taraco.u-aizu.ac.jp/~eiju/cosmo/ \ ftp://ftp.jinr.ru/pub/PD/cosmo/ diff --git a/games/cosmo/files/patch-aa b/games/cosmo/files/patch-aa index 1d4a0ec0daa7..94a1bf891099 100644 --- a/games/cosmo/files/patch-aa +++ b/games/cosmo/files/patch-aa @@ -1,6 +1,6 @@ ---- Imakefile.orig Sat May 11 00:06:00 1996 -+++ Imakefile Wed Aug 16 04:24:28 2000 -@@ -1,14 +1,15 @@ +--- Imakefile.orig Sat May 11 16:06:00 1996 ++++ Imakefile Wed Oct 18 08:09:08 2000 +@@ -1,21 +1,22 @@ -BINDIR = /usr/local/games +XCOMM BINDIR = /usr/local/games PAD = # -DUSE_PAD @@ -20,6 +20,14 @@ LOCAL_LIBRARIES = $(XLIB) TAR = /bin/tar + SRCS = main.c animation.c cosmo.c ex.c pixmap.c score.c setup.c tiff.c timer.c title.c pad.c + OBJS = $(SRCS:.c=.o) + +-ComplexProgramTarget(cosmo) ++ComplexProgramTargetNoMan(cosmo) + + hd: hd.c + $(CC) -o hd hd.c @@ -27,11 +28,12 @@ install:: |