30 lines
679 B
Makefile
30 lines
679 B
Makefile
COMMENT= XSLT C Library for GNOME
|
|
|
|
GNOME_VERSION= 1.1.38
|
|
GNOME_PROJECT= libxslt
|
|
|
|
SHARED_LIBS += xslt 4.1 # 2.38
|
|
SHARED_LIBS += exslt 9.8 # 8.21
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c gcrypt gpg-error iconv intl lzma m pthread xml2 z
|
|
|
|
MODULES= x11/gnome
|
|
|
|
LIB_DEPENDS= textproc/libxml \
|
|
security/libgcrypt
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-libxml-include-prefix="${LOCALBASE}/include/libxml2" \
|
|
--without-python
|
|
CONFIGURE_ENV= XML_CONFIG="${LOCALBASE}/bin/xml2-config"
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|