diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-02-22 11:17:53 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-02-22 11:17:53 +0000 |
commit | a3531af2232ee6c6d86cdb15ad64ca61b1a11b5c (patch) | |
tree | b8068bcd55ea1d2b330751e20a215e0f819fe3ef /editors/texmaker | |
parent | dd45f01c49d56980cc2dcfa5392eca284c88459e (diff) | |
download | ports-a3531af2232ee6c6d86cdb15ad64ca61b1a11b5c.tar.gz ports-a3531af2232ee6c6d86cdb15ad64ca61b1a11b5c.zip |
Notes
Diffstat (limited to 'editors/texmaker')
-rw-r--r-- | editors/texmaker/Makefile | 19 | ||||
-rw-r--r-- | editors/texmaker/distinfo | 6 | ||||
-rw-r--r-- | editors/texmaker/pkg-plist | 1 |
3 files changed, 11 insertions, 15 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile index 4604f65ecf17..73ad450ae0c1 100644 --- a/editors/texmaker/Makefile +++ b/editors/texmaker/Makefile @@ -7,8 +7,7 @@ # PORTNAME= texmaker -PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTVERSION= 1.9.9 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= http://www.xm1math.net/texmaker/ @@ -29,13 +28,13 @@ QMAKE_ARGS= PREFIX=${PREFIX} ICONDIR=${PREFIX}/share/pixmaps \ DESKTOPDIR=${DESKTOPDIR} -unix MAKE_JOBS_SAFE= yes -OPTIONS= XDVI "view dvi with xdvi" On \ - GV "view ps with gv" On \ - XPDF "view pdf with xpdf" On +OPTIONS= XDVI "view dvi with xdvi" Off \ + GV "view ps with gv" Off \ + XPDF "view pdf with xpdf" Off STRIP_FILES= bin/texmaker -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if !defined(WITHOUT_XDVI) RUN_DEPENDS+= xdvi:${PORTSDIR}/print/xdvik @@ -51,13 +50,9 @@ RUN_DEPENDS+= xpdf:${PORTSDIR}/graphics/xpdf do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKE_ARGS} texmaker.pro - -post-configure: - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|' + ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} texmaker.pro post-install: ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/editors/texmaker/distinfo b/editors/texmaker/distinfo index 7f9d1038cec9..c9ab1b780344 100644 --- a/editors/texmaker/distinfo +++ b/editors/texmaker/distinfo @@ -1,3 +1,3 @@ -MD5 (texmaker-1.9.2.tar.bz2) = 61842ccacf7d843e497aa74f7135d04a -SHA256 (texmaker-1.9.2.tar.bz2) = 6b479788cbce4b940eb78fa011d1ee52c4959c4dc01441ed9a82b045131a10c6 -SIZE (texmaker-1.9.2.tar.bz2) = 3094044 +MD5 (texmaker-1.9.9.tar.bz2) = 6a56af78aac811ec3a82e7d375d388ae +SHA256 (texmaker-1.9.9.tar.bz2) = 4896ef933b06d0518e281bb46654a028fd2a1db14e7bc16964b9e6a3bc47ea4d +SIZE (texmaker-1.9.9.tar.bz2) = 3171903 diff --git a/editors/texmaker/pkg-plist b/editors/texmaker/pkg-plist index eaf5c636d95e..4e190efab9a1 100644 --- a/editors/texmaker/pkg-plist +++ b/editors/texmaker/pkg-plist @@ -64,6 +64,7 @@ share/texmaker/qt_zh_CN.qm share/texmaker/qt_zh_TW.qm share/texmaker/style.css share/texmaker/texmaker_ca.qm +share/texmaker/texmaker_cs.qm share/texmaker/texmaker_de.qm share/texmaker/texmaker_es.qm share/texmaker/texmaker_fa.qm |