summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmathview/Makefile
blob: a8c359122527c5b46acde6e335f2e9443e1c968d (plain)
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
26
27
28
29
30
# Created by: ijliao
# $FreeBSD$

PORTNAME=	gtkmathview
PORTVERSION=	0.8.0
PORTREVISION=	4
CATEGORIES=	x11-toolkits
MASTER_SITES=	http://helm.cs.unibo.it/mml-widget/sources/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A GTK Widget to Render MathML Documents

BUILD_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt
LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt \
		t1:${PORTSDIR}/devel/t1lib \
		gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom

USES=        pathfix
USE_GNOME=	gtk20 libxml2
USE_GMAKE=	yes
USE_AUTOTOOLS=	libtool
USE_PKGCONFIG=	build
USE_LDCONFIG=	yes

MAN1=		mathmlviewer.1

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>
OpenPOWER on IntegriCloud