diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2018-01-31 01:07:07 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2018-01-31 01:07:07 +0000 |
commit | be26d1d9122188fd75601a1e37879719341d352a (patch) | |
tree | b2967bf4ef6e8ccf3fc49983cb3f96dc641b7292 /math/rapid | |
parent | e48d09c8038ee241c67866dc94f244e680847b55 (diff) |
Notes
Diffstat (limited to 'math/rapid')
-rw-r--r-- | math/rapid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/rapid/Makefile b/math/rapid/Makefile index 19d0d526d7b9..0514047a01dd 100644 --- a/math/rapid/Makefile +++ b/math/rapid/Makefile @@ -1,4 +1,3 @@ -# Created by: Jason W. Bacon <bacon4000@gmail.com> # $FreeBSD$ PORTNAME= rapid @@ -8,7 +7,7 @@ MASTER_SITES= http://www.cs.sunysb.edu/~algorith/implement/RAPID/distrib/ \ http://www.neuro.mcw.edu/Ports/distfiles/ DISTNAME= RAPID_v2_01 -MAINTAINER= bacon4000@gmail.com +MAINTAINER= jwb@FreeBSD.org COMMENT= Robust and Accurate Polygon Interference Detection RESTRICTED= For any commercial purpose, you must request a license from http://www.cs.unc.edu/~geom/OBB/OBBT.html |