aboutsummaryrefslogtreecommitdiffstats
path: root/games/yahtzee/Makefile
blob: f0bb5694a2a7282f52d5f7ed689a312568ca10c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>