2002-10-15 15:51:44 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: gtkmathview
|
|
|
|
# Date created: Oct 15, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkmathview
|
2006-12-27 15:13:00 +01:00
|
|
|
PORTVERSION= 0.7.7
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2002-10-15 15:51:44 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/
|
|
|
|
|
2008-12-25 04:13:51 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A GTK Widget to Render MathML Documents
|
2002-10-15 15:51:44 +02:00
|
|
|
|
2007-01-12 10:12:57 +01:00
|
|
|
LIB_DEPENDS= t1:${PORTSDIR}/devel/t1lib \
|
2003-07-15 08:27:33 +02:00
|
|
|
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
2006-07-10 21:54:06 +02:00
|
|
|
gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom \
|
|
|
|
popt.0:${PORTSDIR}/devel/popt \
|
|
|
|
xslt.2:${PORTSDIR}/textproc/libxslt
|
2002-10-15 15:51:44 +02:00
|
|
|
|
2007-01-12 10:12:57 +01:00
|
|
|
USE_ICONV= yes
|
2004-08-13 16:39:15 +02:00
|
|
|
USE_GNOME= glib20 gtk20 gnomehack
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-07-16 14:10:09 +02:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2002-10-15 15:51:44 +02:00
|
|
|
USE_GMAKE= yes
|
2006-12-27 15:13:00 +01:00
|
|
|
USE_LDCONFIG= yes
|
2002-10-15 15:51:44 +02:00
|
|
|
|
2006-07-10 21:54:06 +02:00
|
|
|
MAN1= mathmlviewer.1
|
2002-10-15 15:51:44 +02:00
|
|
|
|
2009-01-05 21:34:01 +01:00
|
|
|
.include <bsd.port.mk>
|