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.
27 lines
558 B
Makefile
27 lines
558 B
Makefile
# New ports collection makefile for: xbloody
|
|
# Date created: 10 February 1998
|
|
# Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xbloody
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1994/oct/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= kazu@jp.freebsd.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/xbloody
|
|
@${INSTALL_DATA} ${WRKSRC}/README.sjis ${PREFIX}/share/doc/xbloody
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|