blob: ff9f463f8e7443d47c98755ca7ce0165a0d1fd01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: xbat
# Date created: 30 January 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xbat
PORTVERSION= 1.11
CATEGORIES= games
MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/
DISTNAME= xev111
MAINTAINER= ports@FreeBSD.org
COMMENT= XEVIOUS like shooting game
NO_CDROM= Possible copyright infringement
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/Xev111
ALL_TARGET= xbat
post-install:
${CHOWN} root:games ${PREFIX}/bin/xbat
${CHMOD} 2755 ${PREFIX}/bin/xbat
${CHOWN} -R root:games ${PREFIX}/lib/X11/Xbat/Score/
${CHMOD} 664 ${PREFIX}/lib/X11/Xbat/Score/*
${CHMOD} 755 ${PREFIX}/lib/X11/Xbat/Score/
.include <bsd.port.mk>
|