freebsd-ports/textproc/xalan-c/Makefile
Pawel Pekala 56abff7dd0 Xalan-C++ is an XSLT processor from the Apache XML Project.
It provides a shared library to transform XML documents into HTML,
text or other XML document types from within your own application.

WWW: http://xalan.apache.org/xalan-c/

PR:		204176
Submitted by:	Roger Leigh <rleigh@codelibre.net>
2015-11-11 16:14:06 +00:00

28 lines
663 B
Makefile

# 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>