diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-08-29 10:16:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-08-29 10:16:11 +0000 |
commit | afcb68475dedbaff780eda9955960c5c36c9bb87 (patch) | |
tree | 2488db04b76dfc6f1f93d4b12fa8fe8770c6aa40 /x11/fox/Makefile | |
parent | 3a0c5b094591ec4791b54f89fe467090a759620d (diff) | |
download | pkgsrc-afcb68475dedbaff780eda9955960c5c36c9bb87.tar.gz |
Updated fox to 1.0.43. Many changes and fixes to paste here, to see
a full list of changes:
http://www.fox-toolkit.org/news.html
Closes my own PR pkg/22407. Ok'ed by wiz@
Diffstat (limited to 'x11/fox/Makefile')
-rw-r--r-- | x11/fox/Makefile | 38 |
1 files changed, 12 insertions, 26 deletions
diff --git a/x11/fox/Makefile b/x11/fox/Makefile index 2b9c244da91..fae49906219 100644 --- a/x11/fox/Makefile +++ b/x11/fox/Makefile @@ -1,41 +1,27 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:56:24 grant Exp $ -# FreeBSD Id: ports/x11-toolkits/fox/Makefile,v 1.14 2001/02/23 19:00:05 knu Exp +# $NetBSD: Makefile,v 1.13 2003/08/29 10:16:11 xtraeme Exp $ +# -DISTNAME= fox-0.99.174 -PKGREVISION= 2 +DISTNAME= fox-1.0.43 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.cfdrc.com/pub/FOX/ \ - ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ +MASTER_SITES= http://www.fox-toolkit.org/ftp/ MAINTAINER= sakamoto@NetBSD.org -HOMEPAGE= http://www.cfdrc.com/FOX/fox.html +HOMEPAGE= http://www.fox-toolkit.org/ COMMENT= Fast and extensive C++ GUI toolkit -.if !defined(FOX_USE_XUNICODE) || ${FOX_USE_XUNICODE} == "YES" - -MASTER_SITES+= http://www.ab.wakwak.com/~tino/jatk/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xunicode-0.3.3${EXTRACT_SUFX} - -PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fox/ -PATCHFILES= ${DISTNAME:C/-/-unicode-/}.diff -PATCH_DIST_STRIP=-p1 - -CPPFLAGS+= -I.. -X_CFLAGS= -DUSE_UNICODE -CONFIGURE_ENV+= X_CFLAGS="${X_CFLAGS}" - -.endif - USE_BUILDLINK2= # defined -USE_X11BASE= # defined +USE_X11= # defined USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig - GNU_CONFIGURE= # defined -CONFIGURE_ARGS+=--with-opengl=mesa --with-x --with-shm=yes --enable-release + +CONFIGURE_ARGS+= --with-opengl=mesa +CONFIGURE_ARGS+= --with-x +CONFIFURE_ARGS+= --with-shm=yes +CONFIGURE_ARGS+= --enable-release .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" +.include "../../graphics/tiff/buildlink2.mk" .include "../../graphics/MesaLib/buildlink2.mk" .include "../../graphics/glu/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |