diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-17 05:41:43 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-17 05:41:43 +0000 |
commit | ee9c295d73efaa30ebd58d84f86c7e843995e507 (patch) | |
tree | 77095935d629b4a02fd9031fd4862e882b338a78 /math/qscanplot/Makefile | |
parent | b2c23e7d35a0f2fc1eaa5dcd57df86b9f9ebfb0a (diff) | |
download | FreeBSD-ports-ee9c295d73efaa30ebd58d84f86c7e843995e507.zip FreeBSD-ports-ee9c295d73efaa30ebd58d84f86c7e843995e507.tar.gz |
Update to 0.4.
Diffstat (limited to 'math/qscanplot/Makefile')
-rw-r--r-- | math/qscanplot/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/math/qscanplot/Makefile b/math/qscanplot/Makefile index 2356756..a5128f9 100644 --- a/math/qscanplot/Makefile +++ b/math/qscanplot/Makefile @@ -6,17 +6,25 @@ # PORTNAME= qscanplot -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= math MASTER_SITES= http://www.gae.ucm.es/~gonzalez/qscanplot/ MAINTAINER= sobomax@FreeBSD.org +BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake + USE_X_PREFIX= yes USE_QT_VER= 2 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \ - QTDIR=${X11BASE} + QTDIR=${X11BASE} \ + LIBQT=-lqt2 +MAKE_ENV= QTDIR=${X11BASE} + +post-patch: + @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/qscanplot/templates/sample.qscanplotrc .include <bsd.port.mk> |