[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / xye

File: [local] / ports / games / xye / Makefile (download)

Revision 1.14, Tue Nov 7 14:19:32 2023 UTC (6 months, 3 weeks ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.13: +2 -2 lines

http://*sourceforge.net now redirect to https

Update SITES, HOMEPAGE, and comments.

COMMENT =	puzzle game collecting diamonds and avoiding obstacles
DISTNAME =	xye-0.12.2
CATEGORIES =	games x11
REVISION =	5

HOMEPAGE =	https://xye.sourceforge.net/
MAINTAINER =	Brian Callahan <bcallah@openbsd.org>

# zlib
PERMIT_PACKAGE =	Yes

SITES =		${SITE_SOURCEFORGE:=xye/}

FIX_CRLF_FILES =	src/xsb_level.cpp

WANTLIB += SDL SDL_image SDL_ttf c m pthread ${COMPILER_LIBCXX}

COMPILER =		base-clang ports-gcc base-gcc

LIB_DEPENDS =	devel/sdl-image \
		devel/sdl-ttf

RUN_DEPENDS =	devel/desktop-file-utils

CONFIGURE_STYLE =	gnu

.include <bsd.port.mk>