Gary Palmer
b1519f7453
Disable ports which don't have distfiles anymore:
...
xboing xchomp xmine xmj xpipeman xrobots
1995-03-31 19:17:46 +00:00
Andreas Schulz
de05f2ae6c
Add a LIB_DEPENDS line in the makefile. xboing depends on the xpm library.
1995-03-30 22:28:45 +00:00
Jean-Marc Zucconi
74077c4c32
Update
1995-03-30 12:55:38 +00:00
Andreas Schulz
64aa1cef2c
Add a SHELL= /bin/sh line. My tcsh gots upset executing the setup.sh
...
called from the makefile :-).
1995-03-30 09:49:57 +00:00
Jean-Marc Zucconi
5c52f69437
Change the master site and add a pre-patch target (the tar file contains
...
shar archives)
Add myself as maintainer.
1995-03-29 23:58:56 +00:00
Satoshi Asami
53fba8022c
Added nethack.
...
CVS:
1995-03-28 12:15:37 +00:00
Satoshi Asami
3282d59f73
A dungeon chewing game. I don't use the X interface (and I can't believe
...
anyone would want to use that) so this port only makes the tty version.
CVS:
1995-03-28 12:13:27 +00:00
Satoshi Asami
213407af34
Upgrade, 0.2 -> 0.3.
...
CVS:
1995-03-28 09:20:20 +00:00
Gary Palmer
3efdc9f77a
Another one that has had the tarball changed from .tar.Z to .tar.gz
1995-03-28 04:18:23 +00:00
Gary Palmer
15d189cfe3
Update MASTER_SITE path and checksum file
1995-03-28 04:13:33 +00:00
Gary Palmer
d8477a97b2
The tarball is now .tar.gz ...
1995-03-28 04:07:20 +00:00
Jean-Marc Zucconi
a915483270
update
1995-03-26 01:06:07 +00:00
Jean-Marc Zucconi
daab5b1f29
Change the master site.
1995-03-26 01:05:51 +00:00
Satoshi Asami
b7bb39814d
Don't uudecode if the .tar.gz file is already there.
...
Pointed-out by: Anthony Chan <yeehang@netcom.com>
1995-03-25 04:30:54 +00:00
Satoshi Asami
35af96374a
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
...
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Satoshi Asami
32e188a238
I probably shouldn't depend on EXTRACT_* being defined to something...so
...
use "tar -xzf" instead.
1995-03-24 05:51:15 +00:00
Satoshi Asami
7a2e6ba6da
EXTRACT_ARGS -> EXTRACT_AFTER_ARGS
1995-03-24 05:47:58 +00:00
Satoshi Asami
32d41c3d54
Added xemeraldia.
1995-03-24 05:29:16 +00:00
Satoshi Asami
318f9e3350
Version 0.2 of xemeraldia. Drop blocks and break them.
1995-03-24 05:27:13 +00:00
Andreas Schulz
e6cd0eeecc
Delete a second cd ${X11BASE}. Luckily it is not needed here, because the
...
substitution only works the first time.
1995-03-20 08:00:35 +00:00
Andreas Schulz
a89a00c167
Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.
...
This thing is getting boring :-).
Also add the acm.1 manpage to the packing list.
1995-03-20 00:13:48 +00:00
Andreas Schulz
e47aadda1e
Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.
1995-03-20 00:11:36 +00:00
Satoshi Asami
64e2e8735d
Added xlife.
1995-03-16 09:21:13 +00:00
Satoshi Asami
b816975af2
John Horton Conway's Game of Life, taken from R5-contrib archives.
1995-03-16 09:19:18 +00:00
Joerg Wunsch
719ba25af5
Enable acm now that it seems to be working.
1995-03-06 23:33:12 +00:00
Joerg Wunsch
4881445f86
Add the missing package files.
1995-03-06 23:30:13 +00:00
Steven Wallace
4543af196c
Added sounds directory to list.
1995-03-06 08:13:59 +00:00
Steven Wallace
1427eec80f
Added sound support.
1995-03-06 08:13:37 +00:00
Joerg Wunsch
34dcc6fecc
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. :-/
1995-03-05 23:32:26 +00:00
Jean-Marc Zucconi
2cd31dd96e
Always use ${PREFIX}/lib/X11/app-defaults/ for app. defaults
1995-03-05 21:40:18 +00:00
Andreas Schulz
8735557edd
Add xboing to the ports/games/Makefile in the SUBDIR list.
1995-02-13 19:21:12 +00:00
Andreas Schulz
6dbf26945b
Also add an empty "STRIP=" statement so that this package can be build.
1995-02-13 19:17:17 +00:00
Jean-Marc Zucconi
4575dfb4a4
A file was missing
1995-02-12 17:19:23 +00:00
Jean-Marc Zucconi
1bd9cad9dc
New feature: a "turbo" mode to fly a little faster.
1995-02-12 17:18:47 +00:00
Jean-Marc Zucconi
f825f95db3
Add missing '@'s
1995-02-12 17:17:08 +00:00
Satoshi Asami
86793c984d
Converted Makefiles as much as I could.
...
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
set NO_INSTALL_MANPAGES for not calling "make install.man")
(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These
are the entries I used:
EXEC_DEPENDS:
unzip:${PORTSDIR}/archivers/unzip
gmake:${PORTSDIR}/devel/gmake
wishx:${PORTSDIR}/lang/tclX
xli:${PORTSDIR}/graphics/xli
gs:${PORTSDIR}/print/ghostscript
gunshar:${PORTSDIR}/archivers/gshar+gunshar
hfs:${PORTSDIR}/utils/hfs
rman:${PORTSDIR}/utils/rman
LIB_DEPENDS:
tiff\\.3\\.:${PORTSDIR}/graphics/tiff
jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
tcl\\.7\\.:${PORTSDIR}/lang/tcl
tk\\.3\\.:${PORTSDIR}/x11/tk
xview\\.1\\.:${PORTSDIR}/x11/xview-lib
Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
xview\\.3\\.:${PORTSDIR}/x11/xview-lib
BLT\\.1\\.:${PORTSDIR}/x11/blt
There are still some dependencies I can't figure out what exactly
is needed. If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Joshua Peck Macdonald
7081e2fe8c
Comment changed, new version number.
1995-02-05 11:58:25 +00:00
Joshua Peck Macdonald
a6a80859a3
New md5.
1995-02-05 11:58:07 +00:00
Joshua Peck Macdonald
5d5779cbdf
Update to version 3.0 of Xminesweep, a windowsish puzzle-game.
...
Submitted by: janek
1995-02-05 11:56:49 +00:00
Joshua Peck Macdonald
35ce358bd0
Anyone remember the board game risk? Here it is...
...
Submitted by: swallace
1995-02-05 09:40:09 +00:00
Joshua Peck Macdonald
a96bb92bdc
New port.
...
Reviewed by:
Submitted by: JKOKOT@demeter.ipan.lublin.pl
Obtained from:
1995-02-02 09:08:52 +00:00
Andreas Schulz
d9455136c3
Model the unshar extract after the working one in the iozone Makefile.
1995-01-29 22:00:24 +00:00
Andreas Schulz
bd078bf12a
Add a missing ${PORTSDIR} in the DEPENDS line.
1995-01-21 17:27:39 +00:00
Gary Palmer
2e252f7667
Add checksum files to these new ports
1995-01-05 04:04:23 +00:00
Gary Palmer
3f0ee47c64
The tarball is a .tar.gz, not a .tar.Z
1995-01-05 04:03:26 +00:00
Steven Wallace
ffd43f4170
Added my recent ports to the list:
...
xasteroids xboard xchomp xinvaders xmille xmj xpipeman xrobots xsol xtetris
1995-01-05 00:17:39 +00:00
Steven Wallace
03343bc7fa
xchomp, a pac-man like X game
1995-01-04 08:59:25 +00:00
Steven Wallace
877df898f9
X invaders
1995-01-04 08:57:33 +00:00
Steven Wallace
3b94386807
xasteroids
1995-01-04 08:56:18 +00:00
Jordan K. Hubbard
b23b7fedb6
Add xmine and xminesweep, brought in from x11.
1995-01-04 07:48:44 +00:00