mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
18 lines
385 B
Makefile
18 lines
385 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= ports@FreeBSD.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=""
|
|
|
|
.include <bsd.port.mk>
|