29 lines
619 B
Makefile
29 lines
619 B
Makefile
# $OpenBSD: Makefile,v 1.10 2001/09/09 18:14:51 naddy Exp $
|
|
|
|
COMMENT= "XSLT C Library for GNOME"
|
|
|
|
DISTNAME= libxslt-1.0.3
|
|
CATEGORIES= textproc
|
|
NEED_VERSION= 1.427
|
|
HOMEPAGE= http://xmlsoft.org/XSLT/
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
LIB_DEPENDS= xml2.6::textproc/libxml
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://xmlsoft.org/ \
|
|
ftp://speakeasy.rpmfind.net/pub/libxml/ \
|
|
ftp://fr.rpmfind.net/pub/libxml/
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
|
|
|
.include <bsd.port.mk>
|