33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
44 lines
994 B
Makefile
44 lines
994 B
Makefile
# ports collection makefile for: xhime
|
|
# Date created: 25 August 1998
|
|
# Whom: 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
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
MANCOMPRESSED= yes
|
|
MANLANG= . ja
|
|
MAN6= xhime.6
|
|
|
|
NO_CDROM= 'contains commercial character data'
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/xhime
|
|
${INSTALL_MAN} ${WRKSRC}/xhime-man.euc \
|
|
${PREFIX}/man/ja/man6
|
|
${MV} ${PREFIX}/man/ja/man6/xhime-man.euc ${PREFIX}/man/ja/man6/xhime.6
|
|
${GZIP_CMD} ${PREFIX}/man/ja/man6/xhime.6
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/ja/xhime
|
|
@(cd ${WRKSRC};\
|
|
${INSTALL_DATA} xhime-doc.euc xhime.doc rh110-doc.euc \
|
|
${PREFIX}/share/doc/ja/xhime; \
|
|
)
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|