pkgsrc/x11/qwtplot3d-qt4/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

34 lines
889 B
Makefile

# $NetBSD: Makefile,v 1.29 2020/01/18 23:35:55 rillig Exp $
#
DISTNAME= qwtplot3d-0.2.7
PKGREVISION= 25
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qwtplot3d/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://qwtplot3d.sourceforge.net/
COMMENT= 3D-widgets for qt4
#LICENSE= # TODO: (see mk/license.mk)
WRKSRC= ${WRKDIR}/qwtplot3d
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
INSTALLATION_DIRS= include lib
do-configure:
cd ${WRKSRC} && env ${CONFIGURE_ENV} ${QTDIR}/bin/qmake
do-install:
for f in ${WRKSRC}/include/*.h; do \
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/include; \
done
${LIBTOOL} --mode=install ${INSTALL_DATA} \
${WRKSRC}/lib/libqwtplot3d.la ${DESTDIR}${PREFIX}/lib
.include "../../graphics/glu/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"