blob: a57317906d2d9822f991f3b2d5a58cf0d6ab6988 (
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
|
# ex:ts=8
# New ports collection makefile for: getxml
# Date created: Jul 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= getxml
PORTVERSION= 1.0.4
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>
|