summaryrefslogtreecommitdiff
path: root/games/jetpack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* chmod -> ${CHMOD}Michael Haro1999-08-221-5/+5
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-282-3/+4
| | | | Notes: svn path=/head/; revision=13486
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andDavid E. O'Brien1997-01-031-3/+3
| | | | | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR} Notes: svn path=/head/; revision=5186
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-4/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* chown and chmod should have been in post-install, not do-install,Satoshi Asami1995-05-021-2/+2
| | | | | | | | or the "real" install would not be done! Whew, I wouldn't have caught this if I didn't remove /usr/X11R6 first. Notes: svn path=/head/; revision=1581
* Take out invocation of fake-pkg from do-install target. It is nowSatoshi Asami1995-04-241-2/+1
| | | | | | | done in the main install target itself. Notes: svn path=/head/; revision=1514
* Don't forget to addSatoshi Asami1995-04-211-1/+3
| | | | | | | | | @${MAKE} ${.MAKEFLAGS} fake-pkg to your do-install target! ;) Notes: svn path=/head/; revision=1475
* Updates of games Makefiles. I think they work, but don't quoteSatoshi Asami1995-04-201-4/+4
| | | | | | | me on this. ;) Notes: svn path=/head/; revision=1472
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-111-1/+2
| | | | Notes: svn path=/head/; revision=1327
* And here comes the next round of Makefile updates, for games. Folks,Satoshi Asami1995-04-111-2/+12
| | | | | | | | | 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.... Notes: svn path=/head/; revision=1325
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* updateJean-Marc Zucconi1995-03-261-1/+1
| | | | Notes: svn path=/head/; revision=1200
* Change the master site.Jean-Marc Zucconi1995-03-261-1/+1
| | | | Notes: svn path=/head/; revision=1199
* Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.Andreas Schulz1995-03-201-1/+1
| | | | Notes: svn path=/head/; revision=1159
* A file was missingJean-Marc Zucconi1995-02-121-3/+2
| | | | Notes: svn path=/head/; revision=953
* New feature: a "turbo" mode to fly a little faster.Jean-Marc Zucconi1995-02-121-0/+113
| | | | Notes: svn path=/head/; revision=952
* Add missing '@'sJean-Marc Zucconi1995-02-121-4/+4
| | | | Notes: svn path=/head/; revision=951
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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! Notes: svn path=/head/; revision=935
* @cd /usr/X11R6Steven Wallace1995-01-021-5/+5
| | | | | | | | .gz manpage. install whole jetpack lib dir. Notes: svn path=/head/; revision=664
* Add MANSUFFIX=6 to Imakefile.Steven Wallace1995-01-022-20/+34
| | | | | | | | | Change LIBDIR to $(PREFIX)/lib/X11 Switch to real uid before XOpenDisplay call and back afterwards so won't get can't opend display since u+s games. Notes: svn path=/head/; revision=663
* Use INSTALL_MANPAGES= yes.Steven Wallace1995-01-021-10/+5
| | | | | | | | Remove pre-install: Update install: Notes: svn path=/head/; revision=662
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Set ownership and permissionsJean-Marc Zucconi1994-11-211-1/+2
| | | | Notes: svn path=/head/; revision=439
* Use mode 644 for score fileJean-Marc Zucconi1994-11-211-0/+19
| | | | Notes: svn path=/head/; revision=438
* Use ${PREFIX}Jean-Marc Zucconi1994-11-211-0/+10
| | | | | | | | Create destination directories before install Set correct permissions Notes: svn path=/head/; revision=437
* I found the problem with the MASTER_SITES line. There was an extraJordan K. Hubbard1994-11-101-1/+1
| | | | | | | colon in there. Notes: svn path=/head/; revision=356
* Jean-Marc Zucconi's updates from October 6th.Jordan K. Hubbard1994-10-081-5/+5
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=208
* Update this to fix install problem.Jordan K. Hubbard1994-09-241-12/+22
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=116
* Latest changes from Jean-MarcJordan K. Hubbard1994-09-233-30/+54
| | | | | | | Submitted by: Jean-Marc Zucconi Notes: svn path=/head/; revision=112
* Switch from numeric to ascii mode specs in order to avoid wipingJordan K. Hubbard1994-09-211-1/+1
| | | | | | | directory execute bits. Notes: svn path=/head/; revision=107
* The X11 jetpack game, from Jean-Marc Zucconi.Jordan K. Hubbard1994-09-219-0/+243
Submitted by: Jean-Marc Zucconi Notes: svn path=/head/; revision=104