aboutsummaryrefslogtreecommitdiffstats
path: root/devel/getxml/Makefile
blob: a232e438022071f2f5040eb67cf59a2701d37140 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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=   http://freebsd.unixfreunde.de/sources/

MAINTAINER= ports@FreeBSD.org
COMMENT=    An XML internationalization tool

BROKEN= Does not fetch

LIB_DEPENDS=    xml.5:${PORTSDIR}/textproc/libxml

USE_GNOME=  glib12
GNU_CONFIGURE=  yes

post-patch:
    @${REINPLACE_CMD} -e "s,glib-config,${GLIB_CONFIG},g" ${WRKSRC}/configure

.include <bsd.port.mk>