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.
28 lines
637 B
Makefile
28 lines
637 B
Makefile
# ports collection makefile for: xosmulti
|
|
# Date created: 17 February 1999
|
|
# Whom: Seiichirou Hiraoka
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xosmulti
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www01.u-page.so-net.ne.jp/ka2/nakanita/multi/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}_tar
|
|
EXTRACT_SUFX= .gz
|
|
|
|
MAINTAINER= flathill@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/xosmulti
|
|
USE_X_PREFIX= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xosmulti ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/ja/xosmulti
|
|
${INSTALL_MAN} ${WRKSRC}/README.jp ${PREFIX}/share/doc/ja/xosmulti
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|