diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-24 09:14:08 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-24 09:14:08 +0000 |
commit | 04e3f0fd38c4dc8be9105891fd2719e8aebbea32 (patch) | |
tree | 91436352b85b9001aa80feac9732e91007da0970 /games/xmulti/Makefile | |
parent | 8c54521c882ea39bc922dacec7d85556292c5c5f (diff) | |
download | ports-04e3f0fd38c4dc8be9105891fd2719e8aebbea32.tar.gz ports-04e3f0fd38c4dc8be9105891fd2719e8aebbea32.zip |
Notes
Diffstat (limited to 'games/xmulti/Makefile')
-rw-r--r-- | games/xmulti/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/games/xmulti/Makefile b/games/xmulti/Makefile new file mode 100644 index 000000000000..12865c216f81 --- /dev/null +++ b/games/xmulti/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xmulti +# Version required: 2.00b4 +# Date created: 4 Jun 1998 +# Whom: Toru YANO <toru@s-fine.co.jp> +# +# $Id: Makefile,v 1.1.1.1 1998/11/23 02:52:44 flathill Exp $ +# + +DISTNAME= xmul200b4 +PKGNAME= xmulti-2.00b4 +CATEGORIES= games +MASTER_SITES= http://cclub.cc.tut.ac.jp/~go/xmulti/ +EXTRACT_SUFX= .tgz + +MAINTAINER= toru@s-fine.co.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> |