2010-04-06 21:23:13 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2010/04/06 21:23:13 ajacoutot Exp $
|
2002-02-28 05:28:12 +00:00
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= astrosmash clone for X
|
2002-02-28 05:28:12 +00:00
|
|
|
|
2010-04-04 15:37:54 +00:00
|
|
|
DISTNAME= cosmosmash-1.4.4
|
2010-04-06 21:23:13 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
|
2002-02-28 05:28:12 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
|
2009-03-13 17:15:44 +00:00
|
|
|
HOMEPAGE= http://sarrazip.com/dev/cosmosmash.html
|
2002-02-28 05:28:12 +00:00
|
|
|
|
2010-04-04 15:37:54 +00:00
|
|
|
# GPLv2
|
2002-02-28 05:28:12 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-04-04 15:37:54 +00:00
|
|
|
WANTLIB += SDL SDL_image SDL_mixer c m pthread stdc++
|
2002-02-28 05:28:12 +00:00
|
|
|
|
2009-03-13 17:15:44 +00:00
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
2007-10-16 16:28:36 +00:00
|
|
|
|
2010-04-04 15:37:54 +00:00
|
|
|
LIB_DEPENDS= flatzebra-0.1.>=1.0:flatzebra->=0.1.4:devel/flatzebra
|
2007-10-16 16:34:11 +00:00
|
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
2003-11-21 21:02:57 +00:00
|
|
|
|
2002-02-28 05:28:12 +00:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2002-12-22 01:04:22 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2002-02-28 05:28:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|