freebsd-ports/deskutils/tomboy-plugin-latex/Makefile
Romain Tartière 874dfc4f1b Tomboy-LaTeX is a plugin for the desktop note-taking application Tomboy. It
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
2010-06-02 16:28:12 +00:00

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>