be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
33 lines
701 B
Makefile
33 lines
701 B
Makefile
# 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/ \
|
|
LOCAL/nyan
|
|
DISTFILES= xchada01.lzh
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Display a dancing girl "ChaCha."
|
|
|
|
USES= lha xorg
|
|
USE_XORG= x11
|
|
MAKEFILE= makefile
|
|
NO_WRKSUBDIR= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
RESTRICTED= 'contains commercial character data'
|
|
|
|
post-patch:
|
|
@(cd ${WRKSRC}; \
|
|
${PATCH} < ${WRKSRC}/xchada01.bug)
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.jp ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README.eng ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|