aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gxmlviewer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gxmlviewer/Makefile')
-rw-r--r--textproc/gxmlviewer/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile
deleted file mode 100644
index 7310e4ccb5f3..000000000000
--- a/textproc/gxmlviewer/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= gxmlviewer
-PORTVERSION= 1.3.3
-PORTREVISION= 13
-CATEGORIES= textproc
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-0
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An xmlviewer with a netscape plugin, and now a bonobo control as well
-
-USES= gettext iconv pathfix
-USE_GNOME= bonobo gnomelibs gnomeprefix libxml2
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
-
-USE_WEBPLUGINS= native
-WEBPLUGINS_DIR= ${PREFIX}/lib/gxmlviewer/plugins
-WEBPLUGINS_FILES=npgxmlviewer.so
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|intl||g' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|= -DXP_UNIX|= -fPIC -DXP_UNIX|g ; \
- s|/netscape/|/gxmlviewer/|g ; \
- s|@LIBS@|@LIBS@ -lXt -lXext|g' \
- ${WRKSRC}/src/nsplugin/Makefile.in
-
-.include <bsd.port.post.mk>