mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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.
35 lines
901 B
Makefile
35 lines
901 B
Makefile
# Created by: Seiichirou Hiraoka
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xhime
|
|
PORTVERSION= 1.51
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.tcp-ip.or.jp/~shochan/linux/
|
|
DISTFILES= xhime151.tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Resident Himechan for X Window System
|
|
|
|
WRKSRC= ${WRKDIR}/xhime1.51
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
|
|
NO_CDROM= Contains commercial character data
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xhime
|
|
${INSTALL_MAN} ${WRKSRC}/xhime-man.euc \
|
|
${STAGEDIR}${PREFIX}/man/ja/man6
|
|
${MV} ${STAGEDIR}${PREFIX}/man/ja/man6/xhime-man.euc ${STAGEDIR}${PREFIX}/man/ja/man6/xhime.6
|
|
#${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/ja/man6/xhime.6
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/xhime
|
|
@(cd ${WRKSRC};\
|
|
${INSTALL_DATA} xhime-doc.euc xhime.doc rh110-doc.euc \
|
|
${STAGEDIR}${PREFIX}/share/doc/ja/xhime; \
|
|
)
|
|
|
|
.include <bsd.port.mk>
|