18 lines
399 B
Makefile
18 lines
399 B
Makefile
# Created by: Edwin Groothuis
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= circuslinux
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 12
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari"
|
|
|
|
USE_SDL= image mixer sdl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --target=""
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|