23 lines
495 B
Makefile
23 lines
495 B
Makefile
# OpenBSD makefile for: xbat
|
|
# Version required: 1.11
|
|
# Date created: May 19 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 01:21:34 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= xev111
|
|
PKGNAME= xbat-1.11
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
NO_CDROM= Possible copyright infringement
|
|
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/Xev111
|
|
ALL_TARGET= xbat
|
|
|
|
.include <bsd.port.mk>
|