blob: 8757095eb018f63ddff30f31b74245bc9090afeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.3 1999/07/31 19:02:03 rh Exp $
#
DISTNAME= libxml-1.4.0
CATEGORIES= textproc devel
MASTER_SITES= http://gd.tuwien.ac.at/hci/GNOME/sources/libxml/ \
ftp://gnomeftp.wgn.net/pub/gnome/sources/libxml/ \
ftp://ftp.fr.gnome.org/pub/gnome/sources/libxml/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://rufus.w3.org/veillard/XML/xml.html
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
|