2009-12-22 11:27:59 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2009/12/22 16:28:00 ajacoutot Exp $
|
2002-02-28 00:28:12 -05:00
|
|
|
|
2007-09-15 14:01:00 -04:00
|
|
|
COMMENT= astrosmash clone for X
|
2002-02-28 00:28:12 -05:00
|
|
|
|
2009-03-13 13:15:44 -04:00
|
|
|
DISTNAME= cosmosmash-1.4.3
|
2009-12-22 11:27:59 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2002-02-28 00:28:12 -05:00
|
|
|
CATEGORIES= games
|
|
|
|
|
2009-03-13 13:15:44 -04:00
|
|
|
HOMEPAGE= http://sarrazip.com/dev/cosmosmash.html
|
2002-02-28 00:28:12 -05:00
|
|
|
|
2007-10-16 12:28:36 -04:00
|
|
|
MAINTAINER= Serge Basterot <sb@wo-do.com>
|
2002-02-28 00:28:12 -05:00
|
|
|
|
2007-10-16 12:28:36 -04:00
|
|
|
# GPL
|
2002-02-28 00:28:12 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-10-16 12:28:36 -04:00
|
|
|
WANTLIB= SDL c m pthread stdc++
|
2002-02-28 00:28:12 -05:00
|
|
|
|
2009-03-13 13:15:44 -04:00
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
2007-10-16 12:28:36 -04:00
|
|
|
|
2009-03-13 13:15:44 -04:00
|
|
|
LIB_DEPENDS= flatzebra-0.1.>=1.0::devel/flatzebra \
|
2007-10-16 12:28:36 -04:00
|
|
|
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
|
|
|
|
2002-02-28 00:28:12 -05:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2002-12-21 20:04:22 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2002-02-28 00:28:12 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|