26 lines
475 B
Makefile
26 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:07:38 espie Exp $
|
|
|
|
COMMENT= astrosmash clone for X
|
|
|
|
DISTNAME= cosmosmash-1.4.5
|
|
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://sarrazip.com/dev/cosmosmash.html
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += SDL SDL_image SDL_mixer c flatzebra-0.1 m pthread stdc++
|
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
|
|
|
LIB_DEPENDS= devel/flatzebra>=0.1.5
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
|
|
USE_GROFF = Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|