1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/yahtzee/Makefile
Dmitry Marakasov 9ab5a08463 - Move highscore to /var/games, use @sample
- Simplify MASTER_SITES
2015-01-24 19:53:55 +00:00

23 lines
551 B
Makefile

# Created by: Joel Sutton <sutton@aardvark.apana.org.au>
# $FreeBSD$
PORTNAME= yahtzee
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SUNSITE/games/strategy
DISTNAME= ${PORTNAME}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses version of the dice game for one or more players
USES= tar:Z
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/yahtzee ${STAGEDIR}${PREFIX}/bin
@${MKDIR} -m 0755 ${STAGEDIR}/var/games/yahtzee
${TOUCH} ${STAGEDIR}/var/games/yahtzee/yahtzee.sco.sample
.include <bsd.port.mk>