diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-03 10:53:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-03 10:53:45 +0800 |
commit | 6308c3baf4fb64d3d19bb5df64959a3da2fa0173 (patch) | |
tree | fe3142c1504fdf7076ac8563ff963da2985e95e1 /x11-toolkits/fox16/Makefile | |
parent | d7e3fce467be8fd223942ebf562feb166c454a67 (diff) | |
download | freebsd-ports-gnome-6308c3baf4fb64d3d19bb5df64959a3da2fa0173.tar.gz freebsd-ports-gnome-6308c3baf4fb64d3d19bb5df64959a3da2fa0173.tar.zst freebsd-ports-gnome-6308c3baf4fb64d3d19bb5df64959a3da2fa0173.zip |
[repocopy] update x11-toolkits/fox12 to x11-toolkits/fox16
This shar is a replacement for x11-toolkits/fox12 so that
it supports FOX 1.6. Please note the deleted files from
fox16/files/
PR: ports/95244
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-toolkits/fox16/Makefile')
-rw-r--r-- | x11-toolkits/fox16/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index 930ea0cf02d5..7f1466eb510c 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: fox +# New ports collection makefile for: x11-toolkits/fox16 # Date created: 28 Jul 2005 # Whom: Alexander Novitsky <alecn2002@yandex.ru> # @@ -7,7 +7,6 @@ PORTNAME= fox PORTVERSION= ${MAJORVER}.${SHVER} -PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ \ @@ -22,16 +21,14 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ Xft.2:${PORTSDIR}/x11-fonts/libXft CONFLICTS= fox-1.0.* fox-1.4.* +LATEST_LINK= fox16 -LATEST_LINK= fox12 - -MAJORVER= 1.2 -SHVER= 16 +MAJORVER= 1.6 +SHVER= 1 PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack USE_GL= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-opengl --with-x --enable-threadsafe |