blob: 212a3eeae11ee4628429b90e02c8c458663f0478 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.18 2012/10/06 11:54:32 asau Exp $
#
DISTNAME= circuslinux-1.0.3
PKGREVISION= 12
CATEGORIES= games
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.newbreedsoftware.com/circus-linux/
COMMENT= Clone of the Atari 2600 game "Circus Atari"
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-joystick
CONFIGURE_ENV+= TARGET_DEF=LINUX
INSTALL_MAKE_FLAGS+= pkgdatadir=${DESTDIR}${PREFIX}/share/circuslinux
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|