2007-07-11 11:11:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2007/07/11 11:11:53 aanriot 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
|
|
|
|
2004-02-29 00:18:19 +00:00
|
|
|
V= 1.0.1
|
2002-09-11 23:12:55 +00:00
|
|
|
DISTNAME= Sablot-${V}
|
2007-04-28 09:18:51 +00:00
|
|
|
PKGNAME= sablotron-${V}p2
|
2006-01-14 11:46:15 +00:00
|
|
|
SHARED_LIBS= sablot 101.0
|
2002-09-11 23:12:55 +00:00
|
|
|
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
|
2007-04-28 09:18:51 +00:00
|
|
|
WANTLIB= c expat m ncurses readline stdc++
|
2000-09-12 12:12:11 +00:00
|
|
|
|
2004-02-29 00:18:19 +00:00
|
|
|
MASTER_SITES= http://download-1.gingerall.cz/download/sablot/
|
2000-09-12 12:12:11 +00:00
|
|
|
|
2004-08-10 08:46:49 +00:00
|
|
|
MODULES= converters/libiconv
|
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
|
|
|
|
2007-07-11 11:11:53 +00:00
|
|
|
USE_X11= Yes
|
2005-12-25 16:12:06 +00:00
|
|
|
USE_LIBTOOL= Yes
|
2002-09-11 23:12:55 +00:00
|
|
|
USE_GMAKE= Yes
|
2003-06-29 23:14:35 +00:00
|
|
|
AUTOCONF_VERSION= 2.57
|
2004-08-04 16:12:14 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autocfg
|
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 \
|
2007-04-28 09:18:51 +00:00
|
|
|
--enable-debugger --with-expat-prefix=${X11BASE} \
|
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>
|