1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/xbloody/Makefile
Erwin Lansing 8c6092e5ec BROKEN should not be quoted.
No functional change.
2010-06-13 08:40:06 +00:00

35 lines
672 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
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.kazu.kz/freebsd/
DISTNAME= ${PORTNAME}
MAINTAINER= kazu@jp.freebsd.org
COMMENT= Knife on X
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11 xext xt sm ice
.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>