ports/math/cxsc/Makefile
Gerald Pfeifer 6a5a19bc6e Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, dead upstream, and requiring gcc33 which fails to build
itself (and does not support current versionf of FreeBSD or non-i386).

EXPIRATION_DATE=2009-03-02.
2009-02-01 16:08:01 +00:00

27 lines
591 B
Makefile

# ex:ts=8
# New ports collection makefile for: cxsc
# Date created: Aug 11, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cxsc
PORTVERSION= 2.0b
PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= http://www.math.uni-wuppertal.de/wrswt/xsc/cxsc/
DISTNAME= ${PORTNAME}-2-0-beta
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ class library for eXtended Scientific Computing
DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build
EXPIRATION_DATE=2009-03-02
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
USE_GCC= 3.3
.include <bsd.port.mk>