aboutsummaryrefslogtreecommitdiff
path: root/math/tetgen/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-03-15 08:15:05 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-03-15 08:15:05 +0000
commit236e5043819ab250065e867b4e1906c4f175d602 (patch)
treec8099d87d4d035980cc67da290a07f72882fc3b4 /math/tetgen/Makefile
parent42f420836f7ee7b07d84232d4113a1627a08f742 (diff)
Notes
Diffstat (limited to 'math/tetgen/Makefile')
-rw-r--r--math/tetgen/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/tetgen/Makefile b/math/tetgen/Makefile
index 5b0375bbef70..d9dc107c6ef1 100644
--- a/math/tetgen/Makefile
+++ b/math/tetgen/Makefile
@@ -6,15 +6,15 @@
#
PORTNAME= tetgen
-PORTVERSION= 1.3.4
+PORTVERSION= 1.4.0
CATEGORIES= math
MASTER_SITES= http://www.wias-berlin.de/people/si/
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= giffunip@asme.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Quality Tetrahedral Mesh Generator and Delaunay Triangulator
-NO_CDROM= "Tetgen is for academic or personal use only"
+NO_CDROM= Tetgen is for academic or personal use only
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
MAKEFILE= makefile
@@ -30,8 +30,6 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/tetgen.h ${PREFIX}/include
@${INSTALL_DATA} ${WRKSRC}/libtet.a ${PREFIX}/lib
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/manual.pdf ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/example.poly ${EXAMPLESDIR}
.endif