# $NetBSD: Makefile,v 1.17 2001/04/02 22:15:48 wiz Exp $ DISTNAME= ClanLib-0.4.4 CATEGORIES= graphics games devel x11 MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/ COMMENT= The ClanLib Game SDK DEPENDS+= Hermes>=1.3:../../graphics/hermes DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= pth-*:../../devel/pth USE_X11BASE= yes USE_MESA= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include/Hermes .if ${MACHINE_ARCH} == "i386" CONFIGURE_ARGS+= --enable-asm386 .else CONFIGURE_ARGS+= --disable-asm386 .endif CONFIGURE_ARGS+= --enable-libpng CONFIGURE_ARGS+= --enable-clansound CONFIGURE_ARGS+= --enable-dyn CONFIGURE_ARGS+= --enable-network CONFIGURE_ARGS+= --enable-mesa CONFIGURE_ARGS+= --disable-ggi CONFIGURE_ARGS+= --disable-vidmode CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"# CC='cc ${CFLAGS} ${LDFLAGS}' MAKE_ENV+= LDFLAGS="${LDFLAGS}" MAKE_ENV+= X11BASE="${X11BASE}" post-patch: ${CHMOD} +x ${WRKSRC}/configure .include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.pkg.mk" .if ${OPSYS} == "NetBSD" BROKEN_LIBZ!=${AR} t /usr/lib/libz.a | ${GREP} -w example.o || ${ECHO} "false" .if !empty(BROKEN_LIBZ:Mexample.o) BROKEN= "Update to NetBSD 1.4.1, or recompile /usr/lib/libz without example.c" .endif .endif