aboutsummaryrefslogtreecommitdiff
path: root/games/jetpack/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Make the score directory group writable.Jean-Marc Zucconi2000-06-091-0/+1
| | | | Notes: svn path=/head/; revision=29418
* Oops, this was actually being installed setuid root as well as setuidKris Kennaway2000-05-011-1/+1
| | | | | | | games. Notes: svn path=/head/; revision=28195
* update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's MakefileMichael Haro2000-04-141-4/+4
| | | | Notes: svn path=/head/; revision=27508
* Install setgid games, not setuid games.Kris Kennaway2000-03-091-3/+3
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=26680
* 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
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-281-1/+2
| | | | 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
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* 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
* Change the master site.Jean-Marc Zucconi1995-03-261-1/+1
| | | | Notes: svn path=/head/; revision=1199
* 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
* Use INSTALL_MANPAGES= yes.Steven Wallace1995-01-021-10/+5
| | | | | | | | Remove pre-install: Update install: Notes: svn path=/head/; revision=662
* 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
* The X11 jetpack game, from Jean-Marc Zucconi.Jordan K. Hubbard1994-09-211-0/+9
Submitted by: Jean-Marc Zucconi Notes: svn path=/head/; revision=104