2002-09-11 19:12:55 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2002/09/11 23:12:55 avsm Exp $
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2002-09-11 19:12:55 -04:00
|
|
|
COMMENT= "fast, compact and portable XSL/XSLT processor"
|
2001-04-17 11:53:38 -04:00
|
|
|
|
2002-09-11 19:12:55 -04:00
|
|
|
V= 0.96
|
|
|
|
DISTNAME= Sablot-${V}
|
|
|
|
PKGNAME= sablotron-${V}
|
|
|
|
CATEGORIES= textproc
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2002-09-11 19:12:55 -04:00
|
|
|
HOMEPAGE= http://www.gingerall.com/
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
2000-09-12 08:12:11 -04:00
|
|
|
|
|
|
|
# MPL or GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-09-11 19:12:55 -04:00
|
|
|
MASTER_SITES= http://download-2.gingerall.cz/download/sablot/
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2002-09-11 19:12:55 -04:00
|
|
|
MODULES= iconv
|
|
|
|
LIB_DEPENDS= expat.2::textproc/expat
|
2001-02-21 15:00:39 -05:00
|
|
|
|
2002-09-11 19:12:55 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE=autoconf
|
2001-09-28 02:02:12 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/tools
|
2002-09-11 19:12:55 -04:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static \
|
|
|
|
--enable-debugger --with-expat-prefix=${LOCALBASE} \
|
|
|
|
--with-iconv-prefix=${LOCALBASE}
|
2000-09-12 08:12:11 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|