freebsd-ports/games/xbloody/Makefile
2004-02-25 10:01:40 +00:00

33 lines
653 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
COMMENT= Knife on X
NO_WRKSUBDIR= yes
USE_IMAKE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/xbloody
@${INSTALL_DATA} ${WRKSRC}/README.sjis ${PREFIX}/share/doc/xbloody
.endif
.include <bsd.port.post.mk>