pkgsrc-wip/fox/Makefile
Jeremy C. Reed 19125208a5 Include pthread buildlink, because saw under Linux that
libFOX needs libpthread.so.0 (when I was building rezound).
Bump PKGREVISION just in case this adds a new dependency.
2005-05-07 00:02:29 +00:00

27 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/05/07 00:02:29 jeremy-c-reed Exp $
#
DISTNAME= fox-1.2.16
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.fox-toolkit.org/ftp/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.fox-toolkit.org/
COMMENT= Fast and extensive C++ GUI toolkit
CONFIGURE_ARGS+= --disable-opengl \
--disable-static \
--enable-release
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"