mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
8c774463f1
PR: ports/161143
34 lines
751 B
Makefile
34 lines
751 B
Makefile
# 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= LOCAL
|
|
MASTER_SITE_SUBDIR= hrs
|
|
DISTNAME= xev111
|
|
|
|
MAINTAINER= turutani@scphys.kyoto-u.ac.jp
|
|
COMMENT= XEVIOUS like shooting game
|
|
|
|
NO_CDROM= Possible copyright infringement
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
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>
|