mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
73f7c91b5d
(Part 1)
25 lines
402 B
Makefile
25 lines
402 B
Makefile
# 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
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.jjj.de/fxt/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= FFT code and related stuff
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_GMAKE= yes
|
|
MAKEFILE= makefile
|
|
|
|
.include <bsd.port.mk>
|