openbsd-ports/games/cosmosmash/Makefile

29 lines
658 B
Makefile
Raw Normal View History

2004-11-28 18:32:06 -05:00
# $OpenBSD: Makefile,v 1.7 2004/11/28 23:32:06 espie Exp $
COMMENT= "astrosmash clone for X"
DISTNAME= cosmosmash-1.3
CATEGORIES= games
HOMEPAGE= http://www3.sympatico.ca/sarrazip/dev/cosmosmash.html
MAINTAINER= Sean Escriva <eliab@spack.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 18:32:06 -05:00
WANTLIB= SDL SDL_image X11 Xext c m pthread stdc++ usbhid
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
LIB_DEPENDS= gengameng.4.1::devel/gengameng \
SDL_mixer::devel/sdl-mixer
2003-11-21 16:02:57 -05:00
USE_X11= Yes
2002-12-21 20:04:22 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
.include <bsd.port.mk>