freebsd-ports/games/xbloody/Makefile

34 lines
645 B
Makefile
Raw Normal View History

1998-02-15 18:03:38 +01:00
# New ports collection makefile for: xbloody
# Date created: 10 February 1998
# Whom: FURUSAWA,Kazuhisa <kazu@jp.freebsd.org>
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
1998-02-15 18:03:38 +01:00
#
PORTNAME= xbloody
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.kazu.kz/freebsd/
DISTNAME= ${PORTNAME}
1998-02-15 18:03:38 +01:00
MAINTAINER= kazu@jp.freebsd.org
2003-02-21 13:06:51 +01:00
COMMENT= Knife on X
1998-02-15 18:03:38 +01:00
NO_WRKSUBDIR= yes
1998-02-15 18:03:38 +01:00
USE_IMAKE= yes
2004-02-25 11:01:40 +01:00
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
1998-02-15 18:03:38 +01:00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/xbloody
@${INSTALL_DATA} ${WRKSRC}/README.sjis ${PREFIX}/share/doc/xbloody
.endif
2004-02-25 11:01:40 +01:00
.include <bsd.port.post.mk>