28 lines
618 B
Makefile
28 lines
618 B
Makefile
# $OpenBSD: Makefile,v 1.9 2003/11/15 15:12:53 sturm Exp $
|
|
|
|
COMMENT= "XML parsing library for GNOME"
|
|
|
|
VERSION= 1.8.17
|
|
DISTNAME= libxml-${VERSION}
|
|
PKGNAME= libxml1-${VERSION}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml/1.8/}
|
|
|
|
HOMEPAGE= http://xmlsoft.org/
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static
|
|
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share"
|
|
|
|
.include <bsd.port.mk>
|