openbsd-ports/games/cosmosmash/Makefile
bcallah 2960a8cb9f Change all HOMEPAGEs and MASTER_SITES away from upstream's vanity URL,
which does not redirect properly. We tried to honor upstream's wishes but
the distfiles don't fetch with the vanity URL.

naddy@ suggested switching both HOMEPAGE and MASTER_SITES and that's what
I've done.

Breakage noted by cwen@ and sthen@ independently. Bump all the ports.
2020-03-03 20:09:51 +00:00

30 lines
675 B
Makefile

# $OpenBSD: Makefile,v 1.33 2020/03/03 20:09:52 bcallah Exp $
COMMENT= astrosmash clone for X
DISTNAME = cosmosmash-1.4.8
REVISION = 0
CATEGORIES= games
HOMEPAGE= https://perso.b2b2c.ca/~sarrazip/dev/cosmosmash.html
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += SDL SDL_image SDL_mixer c flatzebra-0.1 m pthread ${COMPILER_LIBCXX}
WANTLIB += FLAC iconv jpeg mikmod ogg png smpeg sndio tiff usbhid
WANTLIB += vorbis vorbisfile webp z
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES= https://perso.b2b2c.ca/~sarrazip/dev/
LIB_DEPENDS = converters/libiconv \
devel/flatzebra>=0.1.7
RUN_DEPENDS= devel/desktop-file-utils
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>