pkgsrc/devel/SDL_gfx/Makefile
jmmv 30925b26c7 Bump revision due to SDL update, and sync versions in buildlink files where
needed.  This is required because esound has been droped as a dependancy.
2003-07-26 21:41:08 +00:00

32 lines
858 B
Makefile

# $NetBSD: Makefile,v 1.9 2003/07/26 21:41:11 jmmv Exp $
#
DISTNAME= SDL_gfx-2.0.3
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
MAINTAINER= collver1@comcast.net
HOMEPAGE= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
COMMENT= Basic drawing routines for SDL
USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.if (${MACHINE_ARCH} != "i386")
CONFIGURE_ARGS+= --disable-mmx
.endif
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/SDL_gfx/
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/SDL_gfx/Screenshots
${INSTALL_DATA} ${WRKSRC}/Docs/*.* ${PREFIX}/share/doc/SDL_gfx/
${INSTALL_DATA} ${WRKSRC}/Docs/Screenshots/* \
${PREFIX}/share/doc/SDL_gfx/Screenshots
.include "../../devel/SDL/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"