freebsd-ports/textproc/xls2xml/Makefile
Maxim Sobolev d714666d7d Author in the process of moving from the old to the new MASTER_SITE, so
but backup site first in MASTER_SITES.

Submitted by:	bento
2001-03-28 18:10:45 +00:00

26 lines
634 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
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://homepages.go.com/~sobomax/filtersweb/ \
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
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lcole"
.include <bsd.port.mk>