aboutsummaryrefslogtreecommitdiff
path: root/games/xpuyo/Makefile
blob: 0f29bd2b0680de8eb5fc0e0f7398facf75508324 (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
26
27
28
# New ports collection makefile for:	xpuyo
# Date created:		12 October 1996
# Whom:			Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=	xpuyo
PORTVERSION=	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>