2003-06-29 23:14:35 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2003/06/29 23:14:35 avsm Exp $
|
2000-09-12 12:12:11 +00:00
|
|
|
|
2002-09-11 23:12:55 +00:00
|
|
|
COMMENT= "fast, compact and portable XSL/XSLT processor"
|
2001-04-17 15:53:38 +00:00
|
|
|
|
2003-06-29 23:14:35 +00:00
|
|
|
V= 0.98
|
2002-09-11 23:12:55 +00:00
|
|
|
DISTNAME= Sablot-${V}
|
|
|
|
PKGNAME= sablotron-${V}
|
|
|
|
CATEGORIES= textproc
|
2000-09-12 12:12:11 +00:00
|
|
|
|
2002-09-11 23:12:55 +00:00
|
|
|
HOMEPAGE= http://www.gingerall.com/
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
2000-09-12 12:12:11 +00:00
|
|
|
|
2003-06-29 23:14:35 +00:00
|
|
|
# GPL
|
2000-09-12 12:12:11 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-09-11 23:12:55 +00:00
|
|
|
MASTER_SITES= http://download-2.gingerall.cz/download/sablot/
|
2000-09-12 12:12:11 +00:00
|
|
|
|
2002-09-11 23:12:55 +00:00
|
|
|
MODULES= iconv
|
|
|
|
LIB_DEPENDS= expat.2::textproc/expat
|
2003-01-19 00:50:10 +00:00
|
|
|
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
|
2001-02-21 20:00:39 +00:00
|
|
|
|
2002-09-11 23:12:55 +00:00
|
|
|
USE_GMAKE= Yes
|
2003-06-29 23:14:35 +00:00
|
|
|
AUTOCONF_VERSION= 2.57
|
2001-09-28 06:02:12 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/tools
|
2002-09-11 23:12:55 +00:00
|
|
|
|
2003-06-29 23:14:35 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= SABLOT_GPL=1
|
2002-09-11 23:12:55 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static \
|
|
|
|
--enable-debugger --with-expat-prefix=${LOCALBASE} \
|
2003-06-29 23:14:35 +00:00
|
|
|
--with-iconv-prefix=${LOCALBASE} --with-readline \
|
|
|
|
--with-html-dir=${PREFIX}/share/doc/sablotron
|
2000-09-12 12:12:11 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|