openbsd-ports/games/cosmosmash/Makefile

33 lines
686 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2009/12/22 16:28:00 ajacoutot Exp $
COMMENT= astrosmash clone for X
DISTNAME= cosmosmash-1.4.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= games
HOMEPAGE= http://sarrazip.com/dev/cosmosmash.html
MAINTAINER= Serge Basterot <sb@wo-do.com>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= SDL c m pthread stdc++
MASTER_SITES= http://sarrazip.com/dev/
LIB_DEPENDS= flatzebra-0.1.>=1.0::devel/flatzebra \
SDL_mixer::devel/sdl-mixer \
SDL_image::devel/sdl-image
2007-10-16 12:34:11 -04:00
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
2003-11-21 16:02:57 -05:00
USE_X11= Yes
2002-12-21 20:04:22 -05:00
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>