diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2003-05-06 22:52:34 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2003-05-06 22:52:34 +0000 |
commit | 30a12430a6cf636ea81d2d2af7a3d3914444567a (patch) | |
tree | cba63d24f79a29d0ba402a6a04667cf57b6c17c3 /graphics | |
parent | f23ec6ffe5b90fcc5c8ef867c746e12f449d7047 (diff) | |
download | ports-30a12430a6cf636ea81d2d2af7a3d3914444567a.tar.gz ports-30a12430a6cf636ea81d2d2af7a3d3914444567a.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geomview/Makefile | 4 | ||||
-rw-r--r-- | graphics/geomview/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 4f1b4e745a5b..8fe646d0c458 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -8,8 +8,8 @@ PORTNAME= geomview PORTVERSION= 1.8.1 CATEGORIES= graphics tk83 -MASTER_SITES= http://ftp1.sourceforge.net/geomview/ \ - ftp://ftp1.sourceforge.net/pub/sourceforge/geomview/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= geomview MAINTAINER= fenner@freebsd.org COMMENT= An interactive viewer for 3- and 4-D geometric objects diff --git a/graphics/geomview/pkg-descr b/graphics/geomview/pkg-descr index 6bab1f706e2a..68124a9b3740 100644 --- a/graphics/geomview/pkg-descr +++ b/graphics/geomview/pkg-descr @@ -12,3 +12,5 @@ matrices. While geomview is tailored for mathematical visualization, it is written to be extensible and can serve as a general-purpose tool. Its functionality can be extended in an almost unlimited fashion by external modules. + +WWW: http://www.geomview.org/ |