1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/games/xpuyo/Makefile
Yukihiro Nakai 044fe0d8a2 Fix and updates from KATO Tsuguru.
Submitted by:		"KATO Tsuguru" <tkato@prontomail.ne.jp>
2000-01-22 11:46:45 +00:00

29 lines
666 B
Makefile

# New ports collection makefile for: xpuyo
# Version required: 0.1
# Date created: 12 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
DISTNAME= xpuyo-0.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.meme.hokudai.ac.jp/pub/games/
MAINTAINER= nakai@FreeBSD.org
WRKSRC= ${WRKDIR}/xpuyo
USE_IMAKE= yes
XMKMF= xmkmf
NO_INSTALL_MANPAGES= yes
RESTRICTED= "The author\'s ashamed of the quality of this version"
post-install:
@${CHMOD} 755 ${PREFIX}/bin/xpuyo
@${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/xpuyo
@${MKDIR} ${PREFIX}/share/doc/xpuyo
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/xpuyo
.include <bsd.port.mk>