openbsd-ports/games/cosmosmash/Makefile

30 lines
610 B
Makefile
Raw Normal View History

2010-11-08 08:51:52 -05:00
# $OpenBSD: Makefile,v 1.18 2010/11/08 13:51:52 espie Exp $
COMMENT= astrosmash clone for X
DISTNAME= cosmosmash-1.4.4
2010-11-08 08:51:52 -05:00
REVISION = 0
2010-04-06 17:23:13 -04:00
CATEGORIES= games
HOMEPAGE= http://sarrazip.com/dev/cosmosmash.html
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-08 08:51:52 -05:00
WANTLIB += SDL SDL_image SDL_mixer c m pthread stdc++ flatzebra-0.1.>=1
MASTER_SITES= http://sarrazip.com/dev/
2010-11-08 08:51:52 -05:00
LIB_DEPENDS= :flatzebra->=0.1.4:devel/flatzebra
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
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2002-12-21 20:04:22 -05:00
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>