pkgsrc/x11/fox/Makefile
tv a62d3fb0e1 Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
2004-10-07 16:36:47 +00:00

29 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.21 2004/10/07 16:36:47 tv Exp $
#
DISTNAME= fox-1.0.43
PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= http://www.fox-toolkit.org/ftp/
MAINTAINER= sakamoto@NetBSD.org
HOMEPAGE= http://www.fox-toolkit.org/
COMMENT= Fast and extensive C++ GUI toolkit
USE_BUILDLINK3= yes
USE_X11= # defined
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --with-opengl=mesa
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --with-shm=yes
CONFIGURE_ARGS+= --enable-release
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"