pkgsrc/devel/SDL_gfx/Makefile
mef 6bd9ca438c Updated to devel/SDL_gfx-2.0.25
--------------------------------
Ver 2.0.25 - Sun, Oct 27, 2013  3:08:15 PM
* Added patch for 32- and 64-bit GCC-compiled MMX support
  (contributed by Sylvain Beucler, backported from SDL2_gfx)
* Fixed bug in _aaline when x1>x2 and dy==0 (found by Yannick
  Guesnet - thanks!)
* Updated documentation.
* Fixed header in SDL_gfxBlitFunc.h (reported by Jaders77 on
  sourceforge - thanks!)
2016-04-29 12:18:28 +00:00

31 lines
822 B
Makefile

# $NetBSD: Makefile,v 1.41 2016/04/29 12:18:28 mef Exp $
DISTNAME= SDL_gfx-2.0.25
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlgfx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ferzkopp.net/joomla/content/view/19/14/
COMMENT= Basic drawing routines for SDL
LICENSE= zlib
USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= SDL_gfx.pc.in
.if (${MACHINE_ARCH} != "i386")
CONFIGURE_ARGS+= --disable-mmx
.endif
INSTALLATION_DIRS+= share/doc/SDL_gfx
INSTALLATION_DIRS+= share/doc/SDL_gfx/Screenshots
post-install:
${INSTALL_DATA} ${WRKSRC}/Docs/*.* \
${DESTDIR}${PREFIX}/share/doc/SDL_gfx/
${INSTALL_DATA} ${WRKSRC}/Docs/Screenshots/* \
${DESTDIR}${PREFIX}/share/doc/SDL_gfx/Screenshots
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"