freebsd-ports/math/qwtplot3d-qt4/Makefile
Max Brazhnikov a821cad16d - Convert to USES= qmake
- Bring stage support
- Adjust DESKTOP_ENTRIES
- Use options helpers
- Use new LIB_DEPENDS syntax
2013-10-09 10:08:04 +00:00

30 lines
876 B
Makefile

# $FreeBSD$
PORTNAME= qwtplot3d
PORTVERSION= 0.2.7
PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= SF
PKGNAMESUFFIX= -qt4
EXTRACT_SUFX= .tgz
MAINTAINER= makc@FreeBSD.org
COMMENT= 3D plotting widgets for scientific data and math expressions
USES= qmake
USE_QT4= gui moc_build qmake_build opengl
USE_GL= glu
USE_LDCONFIG= yes
USE_DOS2UNIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/qwtplot3d-qt4
${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/include/qwtplot3d-qt4
${MKDIR} ${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib
${LN} -fs ${PREFIX}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libqwtplot3d-qt4.so.0
${LN} -fs ${PREFIX}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libqwtplot3d-qt4.so
.include <bsd.port.mk>