pkgsrc/textproc/expat/Makefile
drochner 6be8675f53 This is James Clark's expat XML parser library in C. It is a stream oriented
parser that requires setting handlers to deal with the structure that the
parser discovers in the document.
2001-03-07 12:13:04 +00:00

16 lines
392 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/03/07 12:13:04 drochner Exp $
#
DISTNAME= expat-1.95.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/}
MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://expat.sourceforge.net/
COMMENT= XML parser library written in C
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/conftools/ltconfig
.include "../../mk/bsd.pkg.mk"