pkgsrc/games/quake6/Makefile

44 lines
1.2 KiB
Makefile
Raw Normal View History

2007-02-19 20:19:32 +01:00
# $NetBSD: Makefile,v 1.33 2007/02/19 19:19:32 joerg Exp $
2000-02-01 18:08:48 +01:00
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
PKGREVISION= 3
2000-02-01 18:08:48 +01:00
CATEGORIES= games
MASTER_SITES= http://www.viagenie.qc.ca/quake/
MAINTAINER= itojun@kame.net
HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml
COMMENT= Quake over IPv6
2000-02-01 18:08:48 +01:00
DEPENDS+= quakedata-[0-9]*:../../games/quakedata
2000-02-02 07:53:42 +01:00
WRKSRC= ${WRKDIR}/quakeforge
2000-02-01 18:08:48 +01:00
post-extract:
cd ${WRKSRC}; ${FIND} . -name \*.o -exec ${RM} {} \;
cd ${WRKSRC}; ${RM} config.cache
2000-02-01 18:08:48 +01:00
USE_TOOLS+= gmake
2000-02-01 18:08:48 +01:00
GNU_CONFIGURE= yes
# This pkg can be built on USE_INET6 platform only
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
.if !(defined(USE_INET6) && ${USE_INET6} == "YES")
PKG_FAIL_REASON+= "${PKGNAME} requires IPv6 support"
.endif
2000-02-01 18:08:48 +01:00
# "bindir" setting is very non-standard for GNU autoconf
CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin
2007-02-19 20:19:32 +01:00
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
2007-02-19 20:19:32 +01:00
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
2000-02-01 18:08:48 +01:00
.include "../../mk/bsd.pkg.mk"