zhuk 5296f0f7c9 Bugfix update to cosmosmash-1.4.7: upstream master site redirects when
trying to fetch 1.4.6 distfile to a newer version, anyway. Also, add
missing MODULES=converters/libiconv, spotted by portcheck.

okay bentley@
2013-08-23 07:49:29 +00:00

27 lines
586 B
Makefile

# $OpenBSD: Makefile,v 1.24 2013/08/23 07:49:29 zhuk Exp $
COMMENT= astrosmash clone for X
DISTNAME = cosmosmash-1.4.7
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++
WANTLIB += FLAC jpeg mikmod ogg png smpeg sndio tiff usbhid
WANTLIB += vorbis vorbisfile webp z
MASTER_SITES= http://sarrazip.com/dev/
MODULES = converters/libiconv
LIB_DEPENDS = devel/flatzebra>=0.1.6
RUN_DEPENDS= devel/desktop-file-utils
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>