12ef056199
FreeDroid is a clone of the classic game "Paradroid" for Commodore 64 with some improvements and extensions to the original version. reviewed by wcobb/naddy. no objects on ports@ after ~10 days.
26 lines
549 B
Makefile
26 lines
549 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/01 10:36:38 jolan Exp $
|
|
|
|
COMMENT= "clone of the commodore 64 game paradroids"
|
|
DISTNAME= freedroid-1.0.1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freedroid/}
|
|
|
|
HOMEPAGE= http://freedroid.sourceforge.net/
|
|
|
|
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
LIB_DEPENDS= SDL_image::devel/sdl-image \
|
|
SDL_mixer::devel/sdl-mixer
|
|
|
|
.include <bsd.port.mk>
|