pkgsrc/graphics/clanlib/Makefile
jlam efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00

52 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.28 2002/08/25 19:22:46 jlam Exp $
DISTNAME= ClanLib-0.4.4
PKGREVISION= 2
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
USE_BUILDLINK_ONLY= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
PTHREAD_OPTS+= require
.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}"
MAKE_ENV+= X11BASE="${X11BASE}"
post-patch:
${CHMOD} +x ${WRKSRC}/configure
.include "../../mk/bsd.prefs.mk"
.include "../../graphics/hermes/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
.include "../../graphics/Mesa/buildlink.mk"
.include "../../mk/pthread.buildlink.mk"
.include "../../mk/ossaudio.buildlink.mk"
.include "../../mk/x11.buildlink.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