25 lines
496 B
Makefile
25 lines
496 B
Makefile
# $OpenBSD: Makefile,v 1.2 2015/08/25 13:18:26 sthen Exp $
|
|
|
|
COMMENT = puzzle game collecting diamonds and avoiding obstacles
|
|
DISTNAME = xye-0.12.2
|
|
CATEGORIES = games x11
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = http://xye.sourceforge.net/
|
|
|
|
# zlib
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xye/}
|
|
|
|
WANTLIB += SDL SDL_image SDL_ttf c m pthread stdc++
|
|
|
|
LIB_DEPENDS = devel/sdl-image \
|
|
devel/sdl-ttf
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|