pkgsrc/devel/SDL_gfx/Makefile
wiz d104678f9d Update to 2.0.20:
Ver 2.0.20 - Wed Sep 23 18:42:02 PDT 2009
* Fix for 1-pixel postponement with 8bit scaling
* Updates to headers and configure to allow for cross-compiling
  to DLL (not just static .a) and fixes for compiling on Windows
  using autotools
* Added Visual CE Project to Other Builds
* Added Symbian and Windows 64bit fix for lrint function.
2009-10-31 00:04:45 +00:00

33 lines
871 B
Makefile

# $NetBSD: Makefile,v 1.34 2009/10/31 00:04:45 wiz Exp $
DISTNAME= SDL_gfx-2.0.20
CATEGORIES= devel
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
COMMENT= Basic drawing routines for SDL
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
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"