2010-11-08 04:57:39 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/11/08 09:57:39 espie Exp $
|
2007-10-16 05:49:18 -04:00
|
|
|
|
|
|
|
COMMENT= generic game engine library
|
|
|
|
|
2010-04-04 11:34:54 -04:00
|
|
|
VERSION= 0.1.4
|
2007-10-16 05:49:18 -04:00
|
|
|
DISTNAME= flatzebra-${VERSION}
|
2010-04-06 17:23:13 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
|
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
|
|
|
|
2010-04-04 11:34:54 -04:00
|
|
|
# GPLv2
|
2007-10-16 05:49:18 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-04-04 11:34:54 -04:00
|
|
|
WANTLIB += SDL X11 Xau Xdmcp Xext Xrandr Xrender jpeg m mikmod
|
|
|
|
WANTLIB += ogg png pthread-stubs smpeg sndio tiff usbhid vorbis
|
|
|
|
WANTLIB += vorbisfile xcb z
|
2010-11-08 04:57:39 -05:00
|
|
|
WANTLIB += SDL_image.>=2 SDL_mixer.>=3
|
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
|
|
|
|
2010-11-08 04:57:39 -05:00
|
|
|
LIB_DEPENDS= ::devel/sdl-image \
|
|
|
|
::devel/sdl-mixer
|
2007-10-16 05:49:18 -04:00
|
|
|
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|