freebsd-ports/games/xbloody/Makefile

26 lines
533 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
CATEGORIES= games
1998-02-15 18:03:38 +01:00
MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1994/oct/
DISTNAME= ${PORTNAME}
1998-02-15 18:03:38 +01:00
MAINTAINER= kazu@jp.freebsd.org
NO_WRKSUBDIR= yes
1998-02-15 18:03:38 +01:00
USE_IMAKE= 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>