2009-08-10 02:29:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2009/08/10 06:31:07 kili Exp $
|
2007-10-16 05:49:18 -04:00
|
|
|
|
|
|
|
COMMENT= generic game engine library
|
|
|
|
|
2009-03-05 02:41:51 -05:00
|
|
|
VERSION= 0.1.2
|
2007-10-16 05:49:18 -04:00
|
|
|
DISTNAME= flatzebra-${VERSION}
|
2009-08-10 02:29:51 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2009-03-05 02:41:51 -05:00
|
|
|
SHARED_LIBS+= flatzebra-0.1 1.0 # .2.0
|
2007-10-16 05:49:18 -04:00
|
|
|
|
|
|
|
CATEGORIES= devel games
|
|
|
|
|
2009-03-13 13:12:53 -04:00
|
|
|
HOMEPAGE= http://sarrazip.com/dev/afternoonstalker.html
|
2007-10-16 05:49:18 -04:00
|
|
|
|
|
|
|
MAINTAINER= Serge Basterot <sb@wo-do.com>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-08-10 02:29:51 -04:00
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender m pthread-stubs sndio \
|
|
|
|
usbhid xcb
|
2007-10-16 05:49:18 -04:00
|
|
|
|
2009-03-13 13:12:53 -04:00
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
2007-10-16 05:49:18 -04:00
|
|
|
|
|
|
|
LIB_DEPENDS= SDL.>=8::devel/sdl
|
|
|
|
RUN_DEPENDS= ::devel/sdl-image \
|
|
|
|
::devel/sdl-mixer
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|