2005-12-13 14:39:47 +01:00
|
|
|
# New ports collection makefile for: xlslib
|
|
|
|
# Date created: 13 December 2005
|
|
|
|
# Whom: Sergey Prikhodko<sergey@network-asp.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xlslib
|
2007-04-26 23:56:20 +02:00
|
|
|
PORTVERSION= 0.2.5
|
2005-12-13 14:39:47 +01:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF
|
2005-12-13 14:39:47 +01:00
|
|
|
|
|
|
|
MAINTAINER= sergey@network-asp.biz
|
|
|
|
COMMENT= A C++ library for generation of Excel(TM) files
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2007-04-26 23:56:20 +02:00
|
|
|
USE_LDCONFIG= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2005-12-13 14:39:47 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^\(SUBDIRS.*src\).*|\1|' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2007-10-02 07:58:52 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 700042
|
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
|
|
|
BROKEN= Does not compile with GCC 4.2
|
|
|
|
.endif
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|