freebsd-ports/devel/getxml/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

28 lines
542 B
Makefile

# ex:ts=8
# New ports collection makefile for: getxml
# Date created: Jul 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= getxml
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= toutdoux
MAINTAINER= ports@FreeBSD.org
COMMENT= An XML internationalization tool
LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml
USE_REINPLACE= yes
USE_GNOME= glib12
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e "s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure
.include <bsd.port.mk>