aboutsummaryrefslogtreecommitdiff
path: root/games/ishido/Makefile
blob: 91cea5e08a891da42d52385fea31228bf2b28355 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ex:ts=8
# New ports collection makefile for:    ishido
# Version required:     1.1
# Date created:         Wed June 24, 1998
# Whom:                 Steven H. Samorodin (samorodi@NUXI.com)
#
# $FreeBSD$
#

DISTNAME=	ishido-1.1
CATEGORIES=	games
MASTER_SITES=	ftp://nuxi.ucdavis.edu/pub/misc/ \
		ftp://ftp.nuxi.com/pub/misc/

MAINTAINER=     samorodi@NUXI.com

USE_XLIB=	yes
MAN6=		ishido.6

do-install:
	${INSTALL_MAN} ${WRKSRC}/ishido.6 ${PREFIX}/man/man6
	${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g games -m 2511 ${WRKSRC}/ishido ${PREFIX}/bin
	${INSTALL} ${COPY} -o ${BINOWN} -g games -m 664 ${WRKSRC}/ishido_scores  ${PREFIX}/share/misc/ishido_scores

.include <bsd.port.mk>