2011-12-02 09:36:13 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2011/12/02 14:36:14 espie Exp $
|
2003-04-12 11:22:10 -04:00
|
|
|
|
2007-09-15 14:01:00 -04:00
|
|
|
COMMENT= sdl port of xkobo
|
2010-11-30 15:05:02 -05:00
|
|
|
DISTNAME= KoboDeluxe-0.5.1
|
2003-04-12 11:22:10 -04:00
|
|
|
PKGNAME= ${DISTNAME:L}
|
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
2011-05-11 02:56:42 -04:00
|
|
|
REVISION= 0
|
2003-04-12 11:22:10 -04:00
|
|
|
|
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/
|
2003-04-12 11:22:10 -04:00
|
|
|
FLAVORS= harder
|
|
|
|
FLAVOR?=
|
|
|
|
|
2011-12-02 09:36:13 -05:00
|
|
|
.if ${FLAVOR:Mharder}
|
2003-04-12 11:22:10 -04:00
|
|
|
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
|
2003-04-12 11:22:10 -04:00
|
|
|
|
2010-11-16 06:23:25 -05:00
|
|
|
LIB_DEPENDS= devel/sdl-image
|
2003-04-12 11:22:10 -04:00
|
|
|
|
|
|
|
|
2007-12-05 05:49:24 -05:00
|
|
|
FAKE= all
|
|
|
|
|
2003-04-12 11:22:10 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2011-11-14 04:59:41 -05:00
|
|
|
CONFIGURE_ENV+= sdlconf_args=--prefix=${LOCALBASE}
|
2003-04-12 11:22:10 -04:00
|
|
|
|
2010-11-30 15:05:02 -05:00
|
|
|
pre-configure:
|
|
|
|
@cp ${FILESDIR}/missile* ${WRKSRC}/data/gfx/
|
|
|
|
|
|
|
|
|
2003-04-12 11:22:10 -04:00
|
|
|
.include <bsd.port.mk>
|