freebsd-ports/x11-toolkits/gtkmathview/Makefile
Rong-En Fan 8e3c47c971 - Update to 0.7.6
Note that in ports/99972, pkg-plist is not complete.
The fix is given by maintainer via irc.

PR:		99972
Submitted by:	maintainer
2006-07-10 19:54:06 +00:00

42 lines
1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: gtkmathview
# Date created: Oct 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gtkmathview
PORTVERSION= 0.7.6
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= iconv:${PORTSDIR}/converters/libiconv \
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_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
INSTALLS_SHLIB= 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>