29 lines
563 B
Makefile
Raw Normal View History

2011-07-08 22:39:14 +00:00
# $OpenBSD: Makefile,v 1.21 2011/07/08 22:39:14 ajacoutot Exp $
COMMENT= astrosmash clone for X
2011-07-08 22:39:14 +00:00
DISTNAME= cosmosmash-1.4.5
2010-04-06 21:23:13 +00: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
2011-07-08 22:39:14 +00:00
WANTLIB += SDL SDL_image SDL_mixer c flatzebra-0.1 m pthread stdc++
MASTER_SITES= http://sarrazip.com/dev/
2011-07-08 22:39:14 +00:00
LIB_DEPENDS= devel/flatzebra>=0.1.5
2010-11-16 11:23:25 +00:00
RUN_DEPENDS= devel/desktop-file-utils
2003-11-21 21:02:57 +00:00
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
2002-12-22 01:04:22 +00:00
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>