summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-31 10:58:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-31 10:58:16 +0000
commita5b75f4afd4bbf91acbb7c957b626bce4d9f62dd (patch)
treebbe099c76f617c5ffeaf73c7d95a95c3dabcfb47 /math
parent- Clarify LICENSE (diff)
- Pet portlint
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=404929
Diffstat (limited to 'math')
-rw-r--r--math/fityk/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile
index 87c9847dcd4c..b654bcfabee7 100644
--- a/math/fityk/Makefile
+++ b/math/fityk/Makefile
@@ -19,17 +19,17 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORT
gnuplot:${PORTSDIR}/math/gnuplot
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+USE_GITHUB= yes
+GH_ACCOUNT= wojdyr
+
USES= compiler:c++11-lib desktop-file-utils gmake libtool \
shared-mime-info tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
LDFLAGS+= -lbz2 -lz
-USE_GITHUB= yes
-GH_ACCOUNT= wojdyr
USE_CXXSTD= c++11
USE_GNOME= gtk20
USE_WX= 3.0
WX_CONF_ARGS= absolute
-WX_UNICODE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-doc --disable-xyconvert
USE_LDCONFIG= yes
@@ -70,6 +70,8 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/fityk.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKDIR}/${XYLIB_DISTNAME}/xyconv ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/${XYLIB_DISTNAME}/xyconv.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})