Fix HOMEPAGE and take MAINTAINER.

This commit is contained in:
ajacoutot 2022-11-11 17:20:08 +00:00
parent 4c32351b2e
commit 9d0e2c85b5
1 changed files with 4 additions and 4 deletions

View File

@ -3,20 +3,21 @@ COMMENT= XSLT C Library for GNOME
VERSION= 1.1.37
DISTNAME= libxslt-${VERSION}
EXTRACT_SUFX= .tar.xz
REVISION= 0
SHARED_LIBS += xslt 4.0 # 2.37
SHARED_LIBS += exslt 9.8 # 8.20
CATEGORIES= textproc
HOMEPAGE= http://xmlsoft.org/XSLT/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# BSD-like
PERMIT_PACKAGE= Yes
WANTLIB += c gcrypt gpg-error iconv intl lzma m pthread xml2 z
MASTER_SITES= https://download.gnome.org/sources/libxslt/${VERSION:R}/
MODULES= x11/gnome
LIB_DEPENDS= textproc/libxml \
security/libgcrypt
@ -26,8 +27,7 @@ USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-libxml-include-prefix="${LOCALBASE}/include/libxml2" \
--without-python
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
XML_CONFIG="${LOCALBASE}/bin/xml2-config"
CONFIGURE_ENV= XML_CONFIG="${LOCALBASE}/bin/xml2-config"
DEBUG_PACKAGES= ${BUILD_PACKAGES}