summaryrefslogtreecommitdiff
path: root/math/fxt/Makefile
blob: ac2a68e2ee3cf26a598ae3b6746232acf31b1dee (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.12.16
CATEGORIES=	math
MASTER_SITES=	http://www.jjj.de/fxt/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org

WRKSRC=		${WRKDIR}/${PORTNAME}

USE_GCC=	3.1
USE_GMAKE=	yes
MAKEFILE=	makefile

.include <bsd.port.mk>