aboutsummaryrefslogtreecommitdiff
path: root/math/k3dsurf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/k3dsurf/Makefile')
-rw-r--r--math/k3dsurf/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/math/k3dsurf/Makefile b/math/k3dsurf/Makefile
deleted file mode 100644
index 5427ac52658c..000000000000
--- a/math/k3dsurf/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: thierry@pompo.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= k3dsurf
-PORTVERSION= 0.6.2.4
-CATEGORIES= math graphics
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_Linux/${PORTVERSION:R}
-
-MAINTAINER= thierry@FreeBSD.org
-COMMENT= Visualize and manipulate Mathematical surfaces or curves
-
-LICENSE= GPLv2
-
-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-
-USE_GL= yes
-USE_QT_VER= 3
-QTDIR= ${QT_PREFIX}
-MAKE_ENV= QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" \
- QTDIR="${QTDIR}" PTHREAD_LIBS="${PTHREAD_LIBS}"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-PLIST_FILES= bin/k3dsurf
-
-pre-build:
- cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} qmake
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/k3dsurf ${PREFIX}/bin
-
-.include <bsd.port.mk>