blob: 2631cf00ce94bd2226c38e8d32a95f8be3d96a56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.2 1999/05/20 20:09:52 tron Exp $
#
DISTNAME= libxml-1.0.0
CATEGORIES= textproc devel
MASTER_SITES= http://gd.tuwien.ac.at/hci/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"
|