summaryrefslogtreecommitdiff
path: root/editors/texmaker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/texmaker/Makefile')
-rw-r--r--editors/texmaker/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/editors/texmaker/Makefile b/editors/texmaker/Makefile
index 8c7799aacef..911101f1748 100644
--- a/editors/texmaker/Makefile
+++ b/editors/texmaker/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2014/04/29 07:57:14 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2014/11/18 13:20:35 mef Exp $
-DISTNAME= texmaker-4.1
-PKGREVISION= 3
+DISTNAME= texmaker-4.3
CATEGORIES= editors
MASTER_SITES= http://www.xm1math.net/texmaker/
EXTRACT_SUFX= .tar.bz2
@@ -18,12 +17,12 @@ USE_LIBTOOL= yes
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
do-configure:
- cd ${WRKSRC} && env ${CONFIGURE_ENV} \
- ${QTDIR}/bin/qmake PREFIX=${PREFIX} texmaker.pro DESKTOPDIR=${PREFIX}/share/applications ICONDIR=${PREFIX}/share/pixmaps
+ cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} \
+ ${QTDIR}/bin/qmake PREFIX=${PREFIX} texmaker.pro \
+ DESKTOPDIR=${PREFIX}/share/applications ICONDIR=${PREFIX}/share/pixmaps
+
+.include "options.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../print/poppler-qt4/buildlink3.mk"
.include "../../print/poppler-includes/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"