pkgsrc/games/foobillard/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

34 lines
861 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/10/03 00:14:44 tv Exp $
#
DISTNAME= foobillard-3.0a
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://foobillard.sunsite.dk/dnl/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://foobillard.sunsite.dk/
COMMENT= Free OpenGL-billard game
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_X11= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux"
CONFIGURE_ARGS+= --enable-glut
.include "../../graphics/glut/buildlink3.mk"
.else
CONFIGURE_ARGS+= --enable-nvidia=no
.include "../../devel/SDL/buildlink3.mk"
.endif
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"