freebsd-ports/devel/getxml/Makefile
Pete Fritchman 4a4f9c4439 - fix MASTER_SITES
- depend on xml.5 specifically (not just xml)
- add WWW: line

PR:		31609
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-05 09:47:53 +00:00

25 lines
456 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
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= toutdoux
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xml.5:${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>