1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/ishido/Makefile
1998-11-28 00:44:34 +00:00

26 lines
730 B
Makefile

# 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)
#
# $Id: Makefile,v 1.1.1.1 1998/06/25 08:04:11 obrien Exp $
#
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>