pkgsrc/devel/SDL_gfx/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

30 lines
844 B
Makefile

# $NetBSD: Makefile,v 1.18 2004/10/03 00:13:24 tv Exp $
DISTNAME= SDL_gfx-2.0.12
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/
MAINTAINER= ben@NetBSD.org
HOMEPAGE= http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/
COMMENT= Basic drawing routines for SDL
USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
.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/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"