diff options
Diffstat (limited to 'x11/fox/Makefile')
-rw-r--r-- | x11/fox/Makefile | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile index d3b4c067bc1..661f08fa4a8 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2005/06/01 18:03:28 jlam Exp $ -# +# $NetBSD: Makefile,v 1.25 2005/07/25 10:53:43 adam Exp $ -DISTNAME= fox-1.0.43 -PKGREVISION= 6 +DISTNAME= fox-1.4.16 CATEGORIES= x11 MASTER_SITES= http://www.fox-toolkit.org/ftp/ @@ -10,19 +8,18 @@ MAINTAINER= sakamoto@NetBSD.org HOMEPAGE= http://www.fox-toolkit.org/ COMMENT= Fast and extensive C++ GUI toolkit -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined -USE_LANGUAGES= c c++ - -CONFIGURE_ARGS+= --with-opengl=mesa -CONFIGURE_ARGS+= --with-x -CONFIGURE_ARGS+= --with-shm=yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-release +CONFIGURE_ARGS+= --with-opengl +CONFIGURE_ARGS+= --with-shm +CONFIGURE_ARGS+= --with-x +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" .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/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |