1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/math/k3dsurf/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

43 lines
889 B
Makefile

# New ports collection makefile for: K3DSurf
# Date created: Sun 19 feb 2006
# Whom: thierry@pompo.net
#
# $FreeBSD$
#
PORTNAME= k3dsurf
PORTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Visualize and manipulate Mathematical surfaces or curves
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}"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/k3dsurf
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500035
BROKEN= Does not compile with gcc-2.95
.endif
pre-build:
cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} qmake
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/k3dsurf ${PREFIX}/bin
.include <bsd.port.post.mk>