2010-07-24 22:01:47 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2010/07/25 02:01:47 jolan Exp $
|
2003-08-08 23:22:50 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= primitives drawing/other support functions for SDL
|
2010-07-24 22:01:47 -04:00
|
|
|
|
|
|
|
DISTNAME= SDL_gfx-2.0.21
|
|
|
|
PKGNAME= ${DISTNAME:L:S/_/-/}
|
2003-08-08 23:22:50 -04:00
|
|
|
CATEGORIES= devel graphics x11
|
2010-07-24 22:01:47 -04:00
|
|
|
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
|
|
|
|
|
|
|
SHARED_LIBS= SDL_gfx 14.0
|
2003-08-08 23:22:50 -04:00
|
|
|
|
2010-07-24 22:01:47 -04:00
|
|
|
HOMEPAGE= http://www.ferzkopp.net/joomla/content/view/19/14/
|
2003-08-08 23:22:50 -04:00
|
|
|
|
2010-07-24 22:01:47 -04:00
|
|
|
# LGPLv2.1
|
2003-08-08 23:22:50 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2010-07-24 22:01:47 -04:00
|
|
|
WANTLIB= m sndio usbhid
|
2003-08-08 23:22:50 -04:00
|
|
|
|
2010-07-24 22:01:47 -04:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
LIB_DEPENDS= SDL::devel/sdl
|
2006-02-08 14:17:31 -05:00
|
|
|
|
2006-01-06 03:36:18 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2003-08-08 23:22:50 -04:00
|
|
|
USE_GMAKE= Yes
|
2010-07-24 22:01:47 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2003-08-08 23:22:50 -04:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} != "i386"
|
2010-07-24 22:01:47 -04:00
|
|
|
CONFIGURE_ARGS+= --disable-mmx
|
2003-08-08 23:22:50 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|