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