blob: 4b6f503f4ab1d101e1eece34e4cbfcb096580037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.2 1999/12/14 00:36:50 sakamoto Exp $
# FreeBSD Id: ports/games/xbat/Makefile,v 1.5 1999/08/25 06:04:41 obrien Exp
DISTNAME= xev111
PKGNAME= xbat-1.11
CATEGORIES= games
MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/
MAINTAINER= sakamoto@netbsd.org
HOMEPAGE= http://www.nemoto.ecei.tohoku.ac.jp/~wai/index_e.html
NO_CDROM= Possible copyright infringement
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/Xev111
ALL_TARGET= xbat
.include "../../mk/bsd.pkg.mk"
|