mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1d71d8de39
PR: 46468 Submitted by: Ports Fury
24 lines
363 B
Makefile
24 lines
363 B
Makefile
# 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>
|