30 lines
632 B
Makefile

# $OpenBSD: Makefile,v 1.11 2021/02/26 18:20:34 naddy Exp $
COMMENT = puzzle game collecting diamonds and avoiding obstacles
DISTNAME = xye-0.12.2
CATEGORIES = games x11
REVISION = 4
HOMEPAGE = http://xye.sourceforge.net/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# zlib
PERMIT_PACKAGE = Yes
MASTER_SITES = ${MASTER_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>