blob: 1cea44cb189b0bf8fe56b7610d8bf7d6668adcdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= tomboy-plugin-latex
PORTVERSION= 0.7
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
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
MAKE_ARGS= CSC="${LOCALBASE}/bin/mcs -debug"
USES= gmake pkgconfig
USE_TEX= latex
.include <bsd.port.mk>
|