mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
04e3f0fd38
a X11 mascot based on gal-game "To Heart" This was registered in ports/deskutils/xmulti. But CATEGORIES was wrong.
33 lines
716 B
Makefile
33 lines
716 B
Makefile
# 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>
|