freebsd-ports/textproc/xls2xml/Makefile

26 lines
585 B
Makefile
Raw Normal View History

# New ports collection makefile for: xls2xml
# Date created: 4 November 1999
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xls2xml
2001-02-05 11:35:26 -05:00
PORTVERSION= 1.0.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://arturo.directmail.org/filters/archive/
MASTER_SITE_SUBDIR= sobomax
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \
xml.5:${PORTSDIR}/textproc/libxml
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
2000-10-31 04:11:21 -05:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lcole"
.include <bsd.port.mk>