blob: da02d76c842eb3edb7e828062f7f5bfdaf274d64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# ex:ts=8
# New ports collection makefile for: cxsc
# Date created: Aug 11, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cxsc
PORTVERSION= 2.0b
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
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}"
.include <bsd.port.mk>
|