summaryrefslogtreecommitdiff
path: root/math/qhull5/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /math/qhull5/Makefile
parentd4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9 (diff)
Diffstat (limited to 'math/qhull5/Makefile')
-rw-r--r--math/qhull5/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile
deleted file mode 100644
index d4ddbc802564..000000000000
--- a/math/qhull5/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: qhull
-# Date created: 3 March 2004
-# Whom: pusto@web.de
-#
-# $FreeBSD$
-
-PORTNAME= qhull
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= math
-MASTER_SITES= http://www.qhull.org/download/
-DISTNAME= ${PORTNAME}-2003.1
-
-MAINTAINER= stephen@missouri.edu
-COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces
-
-USE_AUTOTOOLS= libtool:22
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-
-.if !defined(NOPORTDOCS)
-MAN1= qhull.1 rbox.1
-.endif
-
-pre-configure:
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e "s|src html eg config|src config|" \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e "s|install-docDATA install-examplesDATA||" \
- ${WRKSRC}/src/Makefile.in
-.endif
-
-.include <bsd.port.mk>