summaryrefslogtreecommitdiff
path: root/games/iso-pernangband
AgeCommit message (Collapse)AuthorFilesLines
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-20Make iso-pernangband build with gcc3.ben3-5/+46
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv1-2/+2
needed. This is required because esound has been droped as a dependancy.
2003-07-22HOMEPAGEs without a trailing slash are incorrect and also bad style.martti1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz1-2/+2
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-08-27buildlink1 -> buildlink2jlam1-3/+3
2002-06-28Make this compile on 1.6 and aboveagc5-1/+79
2002-02-15mkdir -> ${MKDIR}skrll1-5/+5
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-21use "sdl-config --libs" instead of hardcoding libs.hubertf2-4/+4
Makes this pkg build in bulk builds.
2001-10-20Another change for the keymap editing, per PR 14294hubertf1-3/+4
2001-10-18Change keymap for isometric view - per PR 14287hubertf1-3/+3
2001-10-17Iso-Angband is an isometric (pseudo 3D) view for PernAngbandhubertf5-0/+329
Submitted by collver@linuxfreemail.com in PR 14273