openbsd-ports/textproc/sablotron/Makefile

38 lines
986 B
Makefile
Raw Normal View History

2004-12-06 19:23:20 -05:00
# $OpenBSD: Makefile,v 1.20 2004/12/07 00:23:23 alek Exp $
2002-09-11 19:12:55 -04:00
COMMENT= "fast, compact and portable XSL/XSLT processor"
2004-02-28 19:18:19 -05:00
V= 1.0.1
2002-09-11 19:12:55 -04:00
DISTNAME= Sablot-${V}
PKGNAME= sablotron-${V}
CATEGORIES= textproc
2002-09-11 19:12:55 -04:00
HOMEPAGE= http://www.gingerall.com/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
2003-06-29 19:14:35 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-06 19:23:20 -05:00
WANTLIB= c m ncurses readline stdc++
2004-02-28 19:18:19 -05:00
MASTER_SITES= http://download-1.gingerall.cz/download/sablot/
2004-08-10 04:46:49 -04:00
MODULES= converters/libiconv
2002-09-11 19:12:55 -04:00
LIB_DEPENDS= expat.2::textproc/expat
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
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 \
--enable-debugger --with-expat-prefix=${LOCALBASE} \
2003-06-29 19:14:35 -04:00
--with-iconv-prefix=${LOCALBASE} --with-readline \
--with-html-dir=${PREFIX}/share/doc/sablotron
.include <bsd.port.mk>