pkgsrc/games/powder/Makefile
wiz 1d68ff86ab Update to 115:
* The delete key should work on Macs. (Konstantin Stupnik)
    * Typos in the animate forest description fixed. (Paul Nguyen,
    Kender)
    * You can no longer petrify or stone to flesh quest items.
    (Lorenzo Batallones)
    * Items that fall in a hole will not be revealed up on the next
    level's map. (Kender)
    * Zapping a wand of invisibility at yourself when you are
    already invisible from a permament source no longer reports
    "You are invisible." (Kender)
    * No longer falsely get system shock if a creature you possessed,
    but released when it was polymorphed, is finally slain. (Mental
    Mouse)
    * The Regenerate spell now works for creatures with No
    Regeneration, as was intended. (Mental Mouse)
    * Flesh golems can once more regenerate. (They lost this in
    the no-regen sweep) (Mental Mouse)
    * Giant Spiders have defences better fitting their explevel.
    (Mental Mouse)
    * The earth hammer is now made from stone as you'd expect.
    (Kender)
    * The spell Summon Daemon now spells Daemon like the rest of
    POWDER. (Mental Mouse)
    * Typo fixed in Golden Tridude description. (Mental Mouse)
    * Clarify cave troll description. (Metnal Mouse)
    * s/byte/sting/ for scorpion description. (Mental Mouse)
    * Clarify butcher skill description. (Mental Mouse)
    * Water elementals no longer leave corpse.
    * Eaten intrinsicly poisonous corpses now has a significantly
    shorter timeout. (Kender)
    * Attacks which deal multiple types of damage in the same hit
    will have damage reduction applied to each of the types, rather
    than only to the first type. (Mental Mouse)
    * Vampire bats will no longer chase players which they aren't
    interested in. (Kender)
    * Option to email character dumps on the iPhone to get them
    out of the black box.
    * Searching due to intrinsics will put Searching on the status
    line, and multiple manual searches will report Seached x10.
    * Improved the Akoi Meexx 12x12 tiles, for less ugly pixels
    when in landscape mode on the iPhone.
    * Makefiles for Linux have $(LDFLAGS) added.
    * The torches in the Lomaka tiles have been fixed to show up
    in the correct hand. (Martin Rittweger)
    * The Wish command now includes the ability to take on a
    monster's form and stats, so you can play as a monster if you
    wish. (Robert Barber)
    * On level up, the number of Piety points you have in each
    class is displayed beside the class name so you can better
    judge which class to pick. (Matthew Wyatt)
2011-01-21 22:01:36 +00:00

36 lines
995 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/01/21 22:01:36 wiz Exp $
#
DISTNAME= powder115_src
PKGNAME= ${DISTNAME:S/_src//:S/powder/powder-/}
CATEGORIES= games
MASTER_SITES= http://www.zincland.com/powder/release/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.zincland.com/powder/index.php?pagename=about
COMMENT= Multiplatform roguelike game with graphics
LICENSE= powder-license
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_TOOLS+= bash gmake
INSTALLATION_DIRS= bin share/doc/powder
REPLACE_BASH= buildall.sh gfx/rebuild.sh rooms/buildrooms.bash
do-build:
cd ${WRKSRC} && ./buildall.sh
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/powder ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/CREDITS.TXT \
${DESTDIR}${PREFIX}/share/doc/powder
${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT \
${DESTDIR}${PREFIX}/share/doc/powder
${INSTALL_DATA} ${WRKSRC}/README.TXT \
${DESTDIR}${PREFIX}/share/doc/powder
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"