aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/tomboy-plugin-latex/Makefile
blob: 88c777d281b585fc715fdf251ba14ae7990b3db1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
PORTREVISION=   1
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>