1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/math/qwtplot3d-qt4/Makefile
Martin Wilke 1b0d07aaf3 - Move to ${LOCALBASE}
- INSTALLS_SHLIB -> USE_LDCONFIG
- Use COPYTREE macro
- Use static pkg-plist

PR:		111730
Submitted by:	Max Brazhnikov<makc@issp.ac.ru> (maintainer)
2007-04-17 18:51:09 +00:00

41 lines
1.1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: qwtplot3d
# Date created: Aug 30, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= qwtplot3d
PORTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= makc@issp.ac.ru
COMMENT= A 3D plotting widget for scientific data and mathematical expressions
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
USE_QT_VER= 3
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV= QTDIR=${QT_PREFIX}
USE_LDCONFIG= yes
pre-build:
@cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro
do-install:
${CP} ${WRKSRC}/include/* ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/lib/libqwtplot3d.so.${PORTVERSION} ${PREFIX}/lib
${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.${PORTVERSION} ${PREFIX}/lib/libqwtplot3d.so.0
${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.${PORTVERSION} ${PREFIX}/lib/libqwtplot3d.so
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif
.include <bsd.port.mk>