diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-27 11:03:38 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-27 11:03:38 +0000 |
commit | 52e8b487f6dc73b0d0baafc955c59e83ab33c41a (patch) | |
tree | 167ee4bd8c4cd737246cf4e2c40f36e42042084e /x11-toolkits/qwt6 | |
parent | dbe27c5fd4471209e8b77eecbae08f3a2ad57040 (diff) | |
download | ports-52e8b487f6dc73b0d0baafc955c59e83ab33c41a.tar.gz ports-52e8b487f6dc73b0d0baafc955c59e83ab33c41a.zip |
Notes
Diffstat (limited to 'x11-toolkits/qwt6')
-rw-r--r-- | x11-toolkits/qwt6/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index 906e02ae5bbf..922e8721d073 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/Makefile @@ -32,12 +32,14 @@ PLIST_SUB= INCLUDEDIR=include/${LATEST_LINK} \ STRIP_FILES= lib/libqwt6.so.${PORTVERSION} \ lib/libqwtmathml.so.${PORTVERSION} +.include <bsd.port.options.mk> + do-configure: (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}) post-install: ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} (cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif |