freebsd-ports/textproc/gxmlviewer/Makefile
2004-02-28 18:41:01 +00:00

36 lines
824 B
Makefile

# ex:ts=8
# New ports collection makefile for: gxmlviewer
# Date created: Nov 8, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gxmlviewer
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= An xmlviewer with a netscape plugin, and now a bonobo control as well
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_GETTEXT= yes
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomelibs bonobo gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}"
.if ${MACHINE_ARCH:L} == "amd64"
CFLAGS+= -fPIC
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|intl||g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>