aboutsummaryrefslogtreecommitdiff
path: root/games/xchadance/Makefile
blob: 3959dc2146d6db8e96e45e47eea83bbfe89af311 (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
29
30
31
32
33
# Created by: issei <issei@jp.FreeBSD.org>
# $FreeBSD$

PORTNAME=	xchadance
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/
DISTFILES=	xchada01.lzh

MAINTAINER=	motoyuki@FreeBSD.org
COMMENT=	Display a dancing girl "ChaCha."

USE_LHA=	yes
USE_XORG=	x11
MAKEFILE=	makefile
NO_WRKSUBDIR=	yes

RESTRICTED=	'contains commercial character data'

NO_STAGE=	yes
post-patch:
	@cd ${WRKSRC}; \
	${PATCH} < ${WRKSRC}/xchada01.bug

post-install:
.if !defined(NOPORTOCS)
	@${MKDIR} ${PREFIX}/share/doc/xchadance
	@${INSTALL_DATA} ${WRKSRC}/README.jp ${PREFIX}/share/doc/xchadance
	@${INSTALL_DATA} ${WRKSRC}/README.eng ${PREFIX}/share/doc/xchadance
.endif

.include <bsd.port.mk>