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

39 lines
986 B
Makefile

# $NetBSD: Makefile,v 1.14 2004/10/03 00:14:43 tv Exp $
DISTNAME= bzflag-1.10.6.20040515
PKGNAME= ${DISTNAME:S/.20040515//}
PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/}
MAINTAINER= blymn@baea.com.au
HOMEPAGE= http://www.bzflag.org/
COMMENT= OpenGL tank game
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_NCURSES= # resize_term()
USE_PERL5= build
USE_X11= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Linux"
SUBST_CLASSES+= fixme
SUBST_STAGE.fixme= post-patch
SUBST_FILES.fixme= src/platform/Makefile.in
SUBST_SED.fixme= -e "s|@LINUX_TRUE@||g"
SUBST_SED.fixme+= -e "s|@LINUX_FALSE@|\#|g"
.endif
CONFIGURE_ARGS+= --with-ncurses
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"