1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/deskutils/tomboy-plugin-latex/Makefile
2015-05-24 21:57:37 +00:00

24 lines
616 B
Makefile

# 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>