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-07-10 21:54:06 +02:00
|
|
|
PORTVERSION= 0.7.6
|
2002-10-15 15:51:44 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/
|
|
|
|
|
2003-07-15 08:27:33 +02:00
|
|
|
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A GTK Widget to Render MathML Documents
|
2002-10-15 15:51:44 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
|
|
|
|
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
|
|
|
|
2003-07-15 08:27:33 +02:00
|
|
|
USE_GETOPT_LONG= yes
|
2002-10-15 15:51:44 +02:00
|
|
|
USE_X_PREFIX= 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
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2006-07-10 21:54:06 +02:00
|
|
|
MAN1= mathmlviewer.1
|
2002-10-15 15:51:44 +02:00
|
|
|
|
2006-07-10 21:54:06 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2002-10-15 15:51:44 +02:00
|
|
|
|
2006-07-10 21:54:06 +02:00
|
|
|
.if ${OSVERSION} < 600000
|
|
|
|
IGNORE= is unsupported on versions prior to FreeBSD 6.0
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|