pkgsrc/games/zombies/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

16 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/01/07 09:13:55 rillig Exp $
DISTNAME= zombies-1.0
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.thistledown.com.au/software/ \
ftp://melanoma.cs.rmit.edu.au/pub/simonb/
MAINTAINER= simonb@NetBSD.org
HOMEPAGE= http://www.thistledown.com.au/software/
COMMENT= Simple robots-like game where you destroy the zombies
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/games
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"