aboutsummaryrefslogtreecommitdiff
path: root/textproc/xalan-c/Makefile
blob: 4ad8c4b20eeff4113f80303063f2870edd35d27d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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: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>