openbsd-ports/games/kobodeluxe/Makefile

36 lines
637 B
Makefile
Raw Normal View History

2010-11-08 10:54:53 -05:00
# $OpenBSD: Makefile,v 1.12 2010/11/08 15:54:54 espie Exp $
COMMENT= sdl port of xkobo
2007-12-05 05:49:24 -05:00
DISTNAME= KoboDeluxe-0.4.1
PKGNAME= ${DISTNAME:L}
CATEGORIES= games x11
MASTER_SITES= ${HOMEPAGE}download/
2007-12-05 05:49:24 -05:00
EXTRACT_SUFX= .tar.bz2
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
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-12-05 05:49:24 -05:00
2010-11-08 10:54:53 -05:00
WANTLIB= SDL c m pthread stdc++ SDL_image
2010-11-08 10:54:53 -05:00
LIB_DEPENDS= ::devel/sdl-image
2007-12-05 05:49:24 -05:00
FAKE= all
CONFIGURE_STYLE=gnu
2007-12-05 05:49:24 -05:00
CONFIGURE_ENV+= sdlconf_args=--prefix=${DEPBASE}
.include <bsd.port.mk>