aboutsummaryrefslogtreecommitdiffstats
path: root/math/fxt/Makefile
blob: c4718cb9defa21cd6f5bb3c95d69c03ee72b3468 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ex:ts=8
# New ports collection makefile for:    fxt
# Date created:         Nov 28, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   fxt
PORTVERSION=    2002.10.09
CATEGORIES= math
MASTER_SITES=   http://www.jjj.de/fxt/
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org

WRKSRC=     ${WRKDIR}/${PORTNAME}

USE_GMAKE=  yes
MAKE_ENV=   CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
MAKEFILE=   makefile

.include <bsd.port.mk>