diff options
Diffstat (limited to 'textproc/xalan-c/Makefile')
-rw-r--r-- | textproc/xalan-c/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile new file mode 100644 index 000000000000..3a451b7ed7ba --- /dev/null +++ b/textproc/xalan-c/Makefile @@ -0,0 +1,28 @@ +# Created by: Roger Leigh <rleigh@codelibre.net> +# $FreeBSD$ + +PORTNAME= xalan-c +PORTVERSION= 1.11 +CATEGORIES= textproc +MASTER_SITES= APACHE/xalan/xalan-c/sources +DISTNAME= xalan_c-${PORTVERSION}-src + +MAINTAINER= rleigh@codelibre.net +COMMENT= XSLT processor from the Apache XML Project + +LICENSE= APACHE20 + +LIB_DEPENDS= libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 + +GNU_CONFIGURE= yes +USES= gmake libtool localbase pathfix +USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes + +CONFIGURE_ENV= XALANCROOT=${WRKSRC} XALAN_LOCALE_SYSTEM=inmem \ + XALAN_LOCALE=en_US +MAKE_ENV= ${CONFIGURE_ENV} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC_SUBDIR= c + +.include <bsd.port.mk> |