freebsd-ports/textproc/xerces-c/Makefile
Ade Lovett 7fa92445b6 Add xerces-c, an Apache XML Processor
PR:		33313
Submitted by:	Alex Kiesel <kiesel@schlund.de>
2002-03-13 02:33:50 +00:00

41 lines
916 B
Makefile

# New ports collection makefile for: xerces-c
# Date created: 29 December 2001
# Whom: kiesel
#
# $FreeBSD$
#
PORTNAME= xerces_c
PORTVERSION= 1.6.0
CATEGORIES= textproc
MASTER_SITES= http://xml.apache.org/dist/xerces-c/stable/ \
http://document-root.de/xerces-c-mirror/
DISTNAME= xerces-c-src1_6_0
MAINTAINER= kiesel@schlund.de
INSTALLS_SHLIB=yes
LDCONFIG_DIRS= ${PREFIX}/lib
CONFIGURE_WRKSRC= ${WRKSRC}/src
BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${WRKSRC}/src
# Set this to where the source lives
MAKE_ENV+= XERCESCROOT=${WRKSRC}
# If configure fails, try this:
#CONFIGURE_SCRIPT= runConfigure -pfreebsd
USE_GMAKE= yes
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
pre-configure:
${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure
${CHMOD} 700 ${CONFIGURE_WRKSRC}/configure
post-install:
${STRIP_CMD} ${PREFIX}/lib/libxerces-c1_6_0.so
.include <bsd.port.mk>