b0f63288b9
LP64 fixes. ok ajacoutot@
32 lines
659 B
Makefile
32 lines
659 B
Makefile
# $OpenBSD: Makefile,v 1.12 2009/03/13 17:15:44 naddy Exp $
|
|
|
|
COMMENT= astrosmash clone for X
|
|
|
|
DISTNAME= cosmosmash-1.4.3
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://sarrazip.com/dev/cosmosmash.html
|
|
|
|
MAINTAINER= Serge Basterot <sb@wo-do.com>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= SDL c m pthread stdc++
|
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
|
|
|
LIB_DEPENDS= flatzebra-0.1.>=1.0::devel/flatzebra \
|
|
SDL_mixer::devel/sdl-mixer \
|
|
SDL_image::devel/sdl-image
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|