automatically converts LaTeX math code enclosed in \[...\] into inline images. Clicking on the image or moving the cursor over the image reveals the markup again. WWW: http://www.reitwiessner.de/programs/tomboy-latex.html
24 lines
604 B
Makefile
24 lines
604 B
Makefile
# New ports collection makefile for: tomboy-plugin-latex
|
|
# Date created: 2008-12-21
|
|
# Whom: Romain Tartiere <romain@blogreen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tomboy-plugin-latex
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://www.reitwiessner.de/programs/tomboy-latex/v${PORTVERSION}/
|
|
DISTNAME= tomboy-latex-${PORTVERSION}
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
COMMENT= LaTeX math plugin for Tomboy
|
|
|
|
BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy
|
|
RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy \
|
|
latex:${PORTSDIR}/print/teTeX-base
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|