27 lines
530 B
Makefile
Raw Normal View History

2017-12-07 13:12:44 +00:00
# $OpenBSD: Makefile,v 1.15 2017/12/07 13:12:44 espie Exp $
COMMENT = clone of arcade game 'Defender' with a Linux theme
DISTNAME = defendguin-0.0.12
CATEGORIES = games x11
2017-12-07 13:12:44 +00:00
FIX_EXTRACT_PERMISSIONS=Yes
HOMEPAGE = http://www.newbreedsoftware.com/defendguin/
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
2007-12-04 15:27:35 +00:00
2010-11-08 15:54:53 +00:00
WANTLIB = SDL c m pthread SDL_mixer
2015-06-10 08:46:52 +00:00
MASTER_SITES = ftp://ftp.tuxpaint.org/unix/x/defendguin/src/
2010-11-16 11:23:25 +00:00
LIB_DEPENDS = devel/sdl-mixer
USE_GMAKE = Yes
2013-03-11 11:02:49 +00:00
NO_TEST = Yes
.include <bsd.port.mk>