summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-16 17:43:48 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-16 17:43:48 +0000
commit924f03e2df10b670fd66dde6a5c6fef82e530c65 (patch)
tree010ae1d5c016aa782d8238334c2fd6a9cb48e179 /editors
parentFix build with gcc 3.4 (diff)
Update to verion 1.11
PR: ports/70541 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=116422
Diffstat (limited to 'editors')
-rw-r--r--editors/texmaker/Makefile21
-rw-r--r--editors/texmaker/distinfo4
-rw-r--r--editors/texmaker/pkg-descr2
-rw-r--r--editors/texmaker/pkg-plist33
4 files changed, 42 insertions, 18 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
index fafeeba12bb9..cc097cd7031e 100644
--- a/editors/texmaker/Makefile
+++ b/editors/texmaker/Makefile
@@ -7,10 +7,9 @@
#
PORTNAME= texmaker
-PORTVERSION= 1.0
+PORTVERSION= 1.11
CATEGORIES= editors
-MASTER_SITES= http://perso.club-internet.fr/pascal.brachet/texmaker/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
+MASTER_SITES= http://www.xm1math.net/texmaker/
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX Development Environment
@@ -19,18 +18,16 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
USE_BZIP2= yes
USE_QT_VER= 3
+MAKE_ENV= QTDIR="${QT_PREFIX}"
-do-build:
- @cd ${WRKSRC} && \
- qmake -makefile -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
- -unix "LIBS+=-lm -lqt-mt" texmaker.pro && \
- ${SETENV} QTDIR=${X11BASE} make
+do-configure:
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
+ -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
+ -unix PREFIX="${PREFIX}" texmaker.pro
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/texmaker ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR}
-.endif
+ @${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/utilities/*.* ${DATADIR}
.include <bsd.port.mk>
diff --git a/editors/texmaker/distinfo b/editors/texmaker/distinfo
index 597c8d3da2a7..daf04e011479 100644
--- a/editors/texmaker/distinfo
+++ b/editors/texmaker/distinfo
@@ -1,2 +1,2 @@
-MD5 (texmaker_1.0.tar.bz2) = 4691a6bf9aef2b1abc48531ee44cc623
-SIZE (texmaker_1.0.tar.bz2) = 176797
+MD5 (texmaker-1.11.tar.bz2) = 3ddb910aa5693f333635842e0223ed62
+SIZE (texmaker-1.11.tar.bz2) = 697937
diff --git a/editors/texmaker/pkg-descr b/editors/texmaker/pkg-descr
index 307c3a57119d..0bb1739b3fe8 100644
--- a/editors/texmaker/pkg-descr
+++ b/editors/texmaker/pkg-descr
@@ -17,4 +17,4 @@ Features :
* by clicking on the number of a line in the log file, the cursor jumps to
the corresponding line in the editor
-WWW: http://perso.club-internet.fr/pascal.brachet/texmaker/
+WWW: http://www.xm1math.net/texmaker/
diff --git a/editors/texmaker/pkg-plist b/editors/texmaker/pkg-plist
index 27a29bbdf391..1f158c704cf3 100644
--- a/editors/texmaker/pkg-plist
+++ b/editors/texmaker/pkg-plist
@@ -1,4 +1,31 @@
bin/texmaker
-%%PORTDOCS%%%%DOCSDIR%%/latexhelp.html
-%%PORTDOCS%%%%DOCSDIR%%/usermanual.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%DATADIR%%/blank.gif
+%%DATADIR%%/doc1.png
+%%DATADIR%%/doc11.png
+%%DATADIR%%/doc12.png
+%%DATADIR%%/doc13.png
+%%DATADIR%%/doc14.png
+%%DATADIR%%/doc15.png
+%%DATADIR%%/doc16.png
+%%DATADIR%%/doc17.png
+%%DATADIR%%/doc2.png
+%%DATADIR%%/doc3.png
+%%DATADIR%%/doc4.png
+%%DATADIR%%/doc5.png
+%%DATADIR%%/doc6.png
+%%DATADIR%%/doc7.png
+%%DATADIR%%/doc8.png
+%%DATADIR%%/latexhelp.html
+%%DATADIR%%/next.gif
+%%DATADIR%%/next_d.gif
+%%DATADIR%%/prev.gif
+%%DATADIR%%/prev_d.gif
+%%DATADIR%%/psheader.txt
+%%DATADIR%%/style.css
+%%DATADIR%%/texmaker16x16.png
+%%DATADIR%%/texmaker32x32.png
+%%DATADIR%%/texmaker48x48.png
+%%DATADIR%%/up.gif
+%%DATADIR%%/up_d.gif
+%%DATADIR%%/usermanual.html
+@dirrm %%DATADIR%%