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
|
2009-02-20 17:32:26 +01:00
|
|
|
PORTVERSION= 0.8.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
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
|
|
|
|
2009-02-20 17:32:26 +01:00
|
|
|
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
|
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
|
|
|
t1:${PORTSDIR}/devel/t1lib \
|
|
|
|
gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom
|
2002-10-15 15:51:44 +02:00
|
|
|
|
2009-02-20 17:32:26 +01:00
|
|
|
USE_GNOME= gnomehack gtk20 libxml2
|
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2003-07-16 14:10:09 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2006-12-27 15:13:00 +01:00
|
|
|
USE_LDCONFIG= yes
|
2002-10-15 15:51:44 +02:00
|
|
|
|
2009-02-20 17:32:26 +01:00
|
|
|
MAN1= mathmlviewer.1
|
|
|
|
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
2002-10-15 15:51:44 +02:00
|
|
|
|
2009-01-05 21:34:01 +01:00
|
|
|
.include <bsd.port.mk>
|