mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
c542fdb487
- Update to 4.1.1 - manual stripping of installed binaries is not needed anymore
34 lines
782 B
Makefile
34 lines
782 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= texmaker
|
|
PORTVERSION= 4.1.1
|
|
PORTEPOCH= 2
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.xm1math.net/texmaker/
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= LaTeX Development Environment
|
|
|
|
LIB_DEPENDS= libpoppler.so:${PORTSDIR}/graphics/poppler \
|
|
libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4
|
|
|
|
USES= desktop-file-utils pkgconfig qmake
|
|
USE_BZIP2= yes
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
USE_QT4= gui network xml webkit \
|
|
moc_build rcc_build uic_build
|
|
USE_TEX= latex dvipsk
|
|
QMAKE_ARGS= ICONDIR=${PREFIX}/share/pixmaps \
|
|
DESKTOPDIR=${DESKTOPDIR}
|
|
|
|
OPTIONS_DEFINE= GV XDVI
|
|
|
|
GV_DESC= View ps files with gv
|
|
GV_RUN_DEPENDS= gv:${PORTSDIR}/print/gv
|
|
|
|
XDVI_DESC= View dvi files with xdvi
|
|
XDVI_RUN_DEPENDS= xdvi:${PORTSDIR}/print/xdvik
|
|
|
|
.include <bsd.port.mk>
|