openbsd-ports/games/kobodeluxe/Makefile
2004-11-28 22:41:14 +00:00

31 lines
583 B
Makefile

# $OpenBSD: Makefile,v 1.6 2004/11/28 22:41:18 espie Exp $
COMMENT= "sdl port of xkobo"
DISTNAME= KoboDeluxe-0.4pre8
PKGNAME= ${DISTNAME:L}
CATEGORIES= games x11
MASTER_SITES= ${HOMEPAGE}download/
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
WANTLIB= SDL X11 Xext c m pthread stdc++ usbhid
LIB_DEPENDS= SDL_image::devel/sdl-image
USE_X11= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>