summaryrefslogblamecommitdiff
path: root/games/xhime/Makefile
blob: dc928b4ecc5c4107a94172bd81a489639669c8cb (plain) (tree)
1
2
3
4
5
6
7
8
9
                                        


                                         
           

 

                     

                                                       
                            
 
                                    
                                                     








                                                    





                                  
             
                                        






                                                                               
                                                              



                                               
                           
# ports collection makefile for:   xhime
# Date created:        25 August 1998
# Whom:                Seiichirou Hiraoka
#
# $FreeBSD$
#

PORTNAME=	xhime
PORTVERSION=	1.51
CATEGORIES=	games
MASTER_SITES=	http://www.tcp-ip.or.jp/~shochan/linux/
DISTFILES=	xhime151.tgz

MAINTAINER=	flathill@FreeBSD.org
COMMENT=	Resident Himechan for X Window System

WRKSRC=		${WRKDIR}/xhime1.51
USE_IMAKE=	yes
MANCOMPRESSED=	yes
MANLANG=	. ja
MAN6=		xhime.6

NO_CDROM=	'contains commercial character data'

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=		"Does not compile"
.endif

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_MAN} xhime-doc.euc xhime.doc rh110-doc.euc \
		${PREFIX}/share/doc/ja/xhime; \
	)
.endif

.include <bsd.port.post.mk>