openbsd-ports/devel/sdl-gfx/Makefile

31 lines
644 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.22 2013/03/21 08:45:16 ajacoutot Exp $
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/_/-/}
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
2010-07-24 22:01:47 -04:00
HOMEPAGE= http://www.ferzkopp.net/joomla/content/view/19/14/
2012-04-05 07:39:29 -04:00
# Zlib
PERMIT_PACKAGE_CDROM= Yes
2012-04-05 07:39:29 -04:00
WANTLIB= SDL m sndio usbhid
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
USE_GMAKE= Yes
2010-07-24 22:01:47 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.if ${MACHINE_ARCH} != "i386"
2010-07-24 22:01:47 -04:00
CONFIGURE_ARGS+= --disable-mmx
.endif
.include <bsd.port.mk>