1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/getxml/Makefile
Ying-Chieh Liao a05795c77e add getxml
An XML internationalization tool
2001-07-30 17:18:56 +00:00

25 lines
451 B
Makefile

# ex:ts=8
# New ports collection makefile for: getxml
# Date created: Jul 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= getxml
PORTVERSION= 1.0.3
CATEGORIES= devel
MASTER_SITES= ftp://toutdoux.sourceforge.net/pub/toutdoux/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xml:${PORTSDIR}/textproc/libxml
USE_GLIB= yes
GNU_CONFIGURE= yes
post-patch:
@${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure
.include <bsd.port.mk>