mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
32 lines
626 B
Makefile
32 lines
626 B
Makefile
# New ports collection makefile for: xmulti
|
|
# Date created: 4 Jun 1998
|
|
# Whom: Toru YANO <toru@s-fine.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmulti
|
|
PORTVERSION= 2.00b4
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.denpa.org/~go/xmulti/
|
|
DISTFILES= xmul200b4.tgz
|
|
|
|
MAINTAINER= toru@tenchi.ne.jp
|
|
|
|
WRKSRC= ${WRKDIR}/xmulti200beta4
|
|
|
|
USE_IMAKE= yes
|
|
|
|
MAN1= xmaid.1
|
|
NOMANCOMPRESS= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/ja/xmulti
|
|
.for i in MODULE.jp README.jp STYLESHEET.jp XMULTI.jp
|
|
${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/xmulti
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|