openbsd-ports/games/kobodeluxe/Makefile

33 lines
644 B
Makefile
Raw Normal View History

2006-01-26 20:12:23 -05:00
# $OpenBSD: Makefile,v 1.8 2006/01/27 01:12:23 jolan Exp $
COMMENT= "sdl port of xkobo"
2006-01-26 20:12:23 -05:00
DISTNAME= KoboDeluxe-0.4pre10
PKGNAME= ${DISTNAME:L}
CATEGORIES= games x11
MASTER_SITES= ${HOMEPAGE}download/
2003-10-30 23:23:28 -05:00
HOMEPAGE= http://olofson.net/kobodl/
FLAVORS= harder
FLAVOR?=
.if ${FLAVOR:L:Mharder}
PATCH_LIST=patch-* extra-hard
.endif
2005-04-23 14:30:26 -04:00
FAKE= all
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 17:41:14 -05:00
WANTLIB= SDL X11 Xext c m pthread stdc++ usbhid
LIB_DEPENDS= SDL_image::devel/sdl-image
USE_X11= Yes
CONFIGURE_STYLE=gnu
2005-04-23 14:30:26 -04:00
CONFIGURE_ENV+=sdlconf_args=--prefix=${DEPBASE}
.include <bsd.port.mk>