2009-05-21 09:07:08 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2009/05/21 13:07:08 benoit Exp $
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= fast, compact and portable XSL/XSLT processor
|
2001-04-17 11:53:38 -04:00
|
|
|
|
2009-05-21 09:07:08 -04:00
|
|
|
V= 1.0.3
|
2002-09-11 19:12:55 -04:00
|
|
|
DISTNAME= Sablot-${V}
|
2009-05-21 09:07:08 -04:00
|
|
|
PKGNAME= sablotron-${V}
|
|
|
|
SHARED_LIBS= sablot 103.0 # .100.3
|
2002-09-11 19:12:55 -04:00
|
|
|
CATEGORIES= textproc
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2009-05-21 09:07:08 -04:00
|
|
|
HOMEPAGE= http://www.gingerall.org/
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2009-05-21 09:07:08 -04:00
|
|
|
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
|
|
|
|
# MPL1.1 / GPLv3
|
2000-09-12 08:12:11 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-05-21 09:07:08 -04:00
|
|
|
|
|
|
|
WANTLIB= c expat m ncurses readline stdc++
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2004-02-28 19:18:19 -05:00
|
|
|
MASTER_SITES= http://download-1.gingerall.cz/download/sablot/
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2004-08-10 04:46:49 -04:00
|
|
|
MODULES= converters/libiconv
|
2008-06-03 06:47:28 -04:00
|
|
|
|
|
|
|
# required to build the documentation
|
2003-01-18 19:50:10 -05:00
|
|
|
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
|
2001-02-21 15:00:39 -05:00
|
|
|
|
2007-07-11 07:11:53 -04:00
|
|
|
USE_X11= Yes
|
2005-12-25 11:12:06 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2002-09-11 19:12:55 -04:00
|
|
|
USE_GMAKE= Yes
|
2003-06-29 19:14:35 -04:00
|
|
|
AUTOCONF_VERSION= 2.57
|
2004-08-04 12:12:14 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autocfg
|
2002-09-11 19:12:55 -04:00
|
|
|
|
2003-06-29 19:14:35 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= SABLOT_GPL=1
|
2002-09-11 19:12:55 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static \
|
2008-01-06 12:13:04 -05:00
|
|
|
--enable-debugger \
|
2003-06-29 19:14:35 -04:00
|
|
|
--with-iconv-prefix=${LOCALBASE} --with-readline \
|
|
|
|
--with-html-dir=${PREFIX}/share/doc/sablotron
|
2000-09-12 08:12:11 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|