2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2013/03/21 08:45:16 ajacoutot 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
|
|
|
|
2012-04-05 07:39:29 -04:00
|
|
|
DISTNAME= SDL_gfx-2.0.23
|
2010-07-24 22:01:47 -04:00
|
|
|
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/
|
|
|
|
|
2012-04-05 07:39:29 -04:00
|
|
|
SHARED_LIBS= SDL_gfx 14.2
|
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
|
|
|
|
2012-04-05 07:39:29 -04:00
|
|
|
# Zlib
|
2003-08-08 23:22:50 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2012-04-05 07:39:29 -04:00
|
|
|
|
2010-09-02 03:02:39 -04:00
|
|
|
WANTLIB= SDL m sndio usbhid
|
2003-08-08 23:22:50 -04:00
|
|
|
|
2010-07-24 22:01:47 -04:00
|
|
|
MODULES= converters/libiconv
|
2010-11-15 14:45:56 -05:00
|
|
|
LIB_DEPENDS= devel/sdl
|
2006-02-08 14:17:31 -05:00
|
|
|
|
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
|
|
|
|
|
|
|
.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>
|