FAKE=all, @endfake. Remove old dependency on pkg-config that is no longer

used.
This commit is contained in:
espie 2005-04-25 16:43:30 +00:00
parent bb801cbee5
commit 422a0cfcb9
2 changed files with 9 additions and 9 deletions

View File

@ -1,16 +1,17 @@
# $OpenBSD: Makefile,v 1.85 2004/12/07 00:23:22 alek Exp $
# $OpenBSD: Makefile,v 1.86 2005/04/25 16:43:30 espie Exp $
COMMENT= "XML parsing library"
VERSION= 2.6.16
DISTNAME= libxml2-${VERSION}
PKGNAME= libxml-${VERSION}p0
PKGNAME= libxml-${VERSION}p1
CATEGORIES= textproc
MASTER_SITES= ftp://xmlsoft.org/ \
${MASTER_SITE_GNOME:=sources/libxml2/2.6/}
HOMEPAGE= http://xmlsoft.org/
FAKE= all
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -18,8 +19,6 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m z
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
MODULES= converters/libiconv
CONFIGURE_STYLE= gnu
@ -27,7 +26,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share/doc"
CONFIGURE_ARGS+= --with-html-subdir="libxml2/html"
CONFIGURE_ARGS+= --with-iconv="${LOCALBASE}"
CONFIGURE_ARGS+= --with-iconv="${DEPBASE}"
CONFIGURE_ARGS+= --without-python
CONFIGURE_ARGS+= --without-threads

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.35 2004/09/15 18:44:02 espie Exp $
@comment $OpenBSD: PLIST,v 1.36 2005/04/25 16:43:30 espie Exp $
%%SHARED%%
bin/xml2-config
bin/xmlcatalog
bin/xmllint
@ -54,12 +55,13 @@ lib/libxml2.la
lib/pkgconfig/
lib/pkgconfig/libxml-2.0.pc
lib/xml2Conf.sh
share/aclocal/
share/aclocal/libxml.m4
@endfake
@man man/man1/xml2-config.1
@man man/man1/xmlcatalog.1
@man man/man1/xmllint.1
@man man/man3/libxml.3
share/aclocal/
share/aclocal/libxml.m4
share/doc/libxml2/
share/doc/libxml2/Copyright
share/doc/libxml2/examples/
@ -185,7 +187,6 @@ share/doc/libxml2/html/tutorial/ix01.html
share/doc/libxml2/html/tutorial/xmltutorial.pdf
share/doc/libxml2/html/w3c.png
share/doc/libxml2/html/xml.html
%%SHARED%%
@exec rm -f /var/db/xmlcatalog
@exec %D/bin/xmlcatalog --create --noout /var/db/xmlcatalog
@unexec rm -fr /var/db/xmlcatalog