2009-11-05 10:43:37 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2009/11/05 15:43:37 benoit Exp $
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2009-11-05 10:43:37 -05:00
|
|
|
COMMENT = fast, compact and portable XSL/XSLT processor
|
2001-04-17 11:53:38 -04:00
|
|
|
|
2009-11-05 10:43:37 -05:00
|
|
|
V = 1.0.3
|
|
|
|
DISTNAME = Sablot-${V}
|
|
|
|
PKGNAME = sablotron-${V}p0
|
|
|
|
SHARED_LIBS = sablot 103.0 # .100.3
|
|
|
|
CATEGORIES = textproc
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2009-11-05 10:43:37 -05:00
|
|
|
HOMEPAGE = http://freshmeat.net/projects/sablotron/
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2009-11-05 10:43:37 -05:00
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
2009-05-21 09:07:08 -04:00
|
|
|
|
|
|
|
# MPL1.1 / GPLv3
|
2009-11-05 10:43:37 -05: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
|
|
|
|
2009-11-05 10:43:37 -05:00
|
|
|
WANTLIB = c expat m ncurses readline stdc++
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2009-11-05 10:43:37 -05:00
|
|
|
MASTER_SITES = http://www.arcane-labs.net/download/OpenBSD/
|
2000-09-12 08:12:11 -04:00
|
|
|
|
2009-11-05 10:43:37 -05:00
|
|
|
MODULES = converters/libiconv
|
2008-06-03 06:47:28 -04:00
|
|
|
|
|
|
|
# required to build the documentation
|
2009-11-05 10:43:37 -05:00
|
|
|
BUILD_DEPENDS = :p5-XML-Parser-*:textproc/p5-XML-Parser
|
2001-02-21 15:00:39 -05:00
|
|
|
|
2009-11-05 10:43:37 -05:00
|
|
|
USE_X11 = Yes
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
AUTOCONF_VERSION = 2.57
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/autocfg
|
2002-09-11 19:12:55 -04:00
|
|
|
|
2009-11-05 10:43:37 -05:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ENV = SABLOT_GPL=1
|
|
|
|
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>
|