openbsd-ports/games/defendguin/Makefile

27 lines
540 B
Makefile
Raw Normal View History

2007-12-04 10:27:35 -05:00
# $OpenBSD: Makefile,v 1.6 2007/12/04 15:27:35 ajacoutot Exp $
COMMENT= clone of arcade game 'Defender' with a Linux theme
2007-12-04 10:27:35 -05:00
DISTNAME= defendguin-0.0.11
CATEGORIES= games x11
HOMEPAGE= http://www.newbreedsoftware.com/defendguin/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-12-04 10:27:35 -05:00
WANTLIB= SDL c m pthread
2007-12-04 10:27:35 -05:00
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/defendguin/src/
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer
USE_X11= Yes
2007-12-04 10:27:35 -05:00
USE_GMAKE= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>