forked from Lainports/freebsd-ports
While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
30 lines
877 B
Makefile
30 lines
877 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qwtplot3d
|
|
PORTVERSION= 0.2.7
|
|
PORTREVISION= 6
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF
|
|
PKGNAMESUFFIX= -qt4
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= 3D plotting widgets for scientific data and math expressions
|
|
|
|
DEPRECATED= Qt4 has been EOL since december 2015
|
|
EXPIRATION_DATE= 2019-03-15
|
|
|
|
USES= dos2unix qmake qt:4 tar:tgz
|
|
USE_QT= gui moc_build opengl
|
|
USE_GL= glu
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/include/qwtplot3d-qt4
|
|
${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/include/qwtplot3d-qt4
|
|
${INSTALL_LIB} ${WRKSRC}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib
|
|
${LN} -fs libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libqwtplot3d-qt4.so.0
|
|
${LN} -fs libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libqwtplot3d-qt4.so
|
|
|
|
.include <bsd.port.mk>
|