mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7ee4f87a0d
Submitted by: bento
24 lines
542 B
Makefile
24 lines
542 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= http://arturo.directmail.org/filters/archive/ \
|
|
http://homepages.go.com/~sobomax/filtersweb/
|
|
|
|
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"
|
|
|
|
.include <bsd.port.mk>
|