freebsd-ports/math/it++/Makefile
Kris Kennaway fe54d2a7c7 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 17:49:31 +00:00

47 lines
1.1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: it++
# Date created: Apr 3, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= it++
PORTVERSION= 3.7.1
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= itpp
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Mathematical, signal processing and communication library
LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas
USE_REINPLACE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= opt
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on amd64 or ia64"
.endif
post-patch:
@${REINPLACE_CMD} -e "s|sparc|__sparc__|" \
-e "s|alpha|__alpha__|" ${WRKSRC}/include/base/machdep.h
@${REINPLACE_CMD} -e "s|[$$]{it_dir}|${LOCALBASE}|g" ${WRKSRC}/configure
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/it-config ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/lib/libit++.a ${PREFIX}/lib
${CP} -R ${WRKSRC}/include ${PREFIX}/include/it++
.include <bsd.port.post.mk>