freebsd-ports/games/xbloody/Makefile
Baptiste Daroussin da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00

33 lines
657 B
Makefile

# Created by: 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= ports@FreeBSD.org
COMMENT= Knife on X
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2012-11-26
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>