mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
33 lines
774 B
Makefile
33 lines
774 B
Makefile
# New ports collection makefile for: xls2xml
|
|
# Date created: 4 November 1999
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xls2xml
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
http://arturo.directmail.org/filters/archive/
|
|
MASTER_SITE_SUBDIR= sobomax
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A utility for converting MS Excel files to XML
|
|
|
|
LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \
|
|
xml.5:${PORTSDIR}/textproc/libxml
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lcole
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|