1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/games/xchadance/Makefile
Pav Lucistnik f127ed06eb - Mark BROKEN: unfetchable
Reported by:	pointyhat
2011-03-10 23:10:45 +00:00

44 lines
914 B
Makefile

# New ports collection makefile for: xchadance
# Date created: 21 August 1998
# Whom: 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."
EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha
BROKEN= unfetchable
USE_XORG= x11
MAKEFILE= makefile
NO_WRKSUBDIR= yes
EXTRACT_CMD= lha
EXTRACT_BEFORE_ARGS= e
EXTRACT_AFTER_ARGS=
RESTRICTED= 'contains commercial character data'
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>