diff options
author | will <will@FreeBSD.org> | 2000-08-20 18:14:19 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-20 18:14:19 +0800 |
commit | f684794fd73e065e9d155a7b88a696a0643d2a2f (patch) | |
tree | e11b6e38bfaef60f0046fc50d94a1c6669dd9666 /graphics/xmountains/Makefile | |
parent | 4e445516b9f9c90de7934a29e48bd2eab96cc9b5 (diff) | |
download | freebsd-ports-gnome-f684794fd73e065e9d155a7b88a696a0643d2a2f.tar.gz freebsd-ports-gnome-f684794fd73e065e9d155a7b88a696a0643d2a2f.tar.zst freebsd-ports-gnome-f684794fd73e065e9d155a7b88a696a0643d2a2f.zip |
Update to 2.5. Add WWW to DESCR.
PR: 20653
Submitted by: Ports Fury
Diffstat (limited to 'graphics/xmountains/Makefile')
-rw-r--r-- | graphics/xmountains/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index f9af85bfa4e3..6ba5d825b878 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -6,17 +6,16 @@ # PORTNAME= xmountains -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/math/fractals -EXTRACT_SUFX= .tgz +MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/ +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= proff@iq.org +NO_WRKSUBDIR= yes + USE_IMAKE= yes MAN6= xmountains.6 -NO_WRKSUBDIR= yes - .include <bsd.port.mk> |