summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmathview/Makefile
blob: 9cefa39921b5fec33fed43542565357c643d1201 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ex:ts=8
# Ports collection makefile for:	gtkmathview
# Date created:			Oct 15, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

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

MAINTAINER=	yinjieh@csie.nctu.edu.tw
COMMENT=	A GTK Widget to Render MathML Documents

LIB_DEPENDS=	t1:${PORTSDIR}/devel/t1lib \
		xml2.5:${PORTSDIR}/textproc/libxml2 \
		gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom \
		popt.0:${PORTSDIR}/devel/popt \
		xslt.2:${PORTSDIR}/textproc/libxslt

USE_GETOPT_LONG=	yes
USE_ICONV=	yes
USE_X_PREFIX=	yes
USE_GNOME=	glib20 gtk20 gnomehack
USE_AUTOTOOLS=	libtool:15
CPPFLAGS=	-I${LOCALBASE}/include -DHAVE_DECL_GETOPT
LDFLAGS=	-L${LOCALBASE}/lib
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_GMAKE=	yes
USE_LDCONFIG=	yes

MAN1=	mathmlviewer.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600000
IGNORE=	is unsupported on versions prior to FreeBSD 6.0
.endif

.include <bsd.port.post.mk>