1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/math/fxt/Makefile

25 lines
402 B
Makefile
Raw Normal View History

2001-11-28 03:57:15 +00:00
# ex:ts=8
# New ports collection makefile for: fxt
# Date created: Nov 28, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= fxt
PORTVERSION= 2003.02.18
PORTREVISION= 1
2001-11-28 03:57:15 +00:00
CATEGORIES= math
MASTER_SITES= http://www.jjj.de/fxt/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= FFT code and related stuff
2001-11-28 03:57:15 +00:00
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
MAKEFILE= makefile
2001-11-28 03:57:15 +00:00
.include <bsd.port.mk>