aboutsummaryrefslogtreecommitdiffstats
path: root/math/fxt/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-03-03 16:09:43 +0800
committerpat <pat@FreeBSD.org>2002-03-03 16:09:43 +0800
commitb578538cf31fd9936cc4b3754e3a4d4c47f5aa7a (patch)
tree8a9f8271c428ee4300dbf2881ca69a4057a0aa09 /math/fxt/Makefile
parent6aad70d8e45bae9652939336c8b78dae8b207a97 (diff)
downloadfreebsd-ports-gnome-b578538cf31fd9936cc4b3754e3a4d4c47f5aa7a.tar.gz
freebsd-ports-gnome-b578538cf31fd9936cc4b3754e3a4d4c47f5aa7a.tar.zst
freebsd-ports-gnome-b578538cf31fd9936cc4b3754e3a4d4c47f5aa7a.zip
Update to 2002.02.25
PR: 35413 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'math/fxt/Makefile')
-rw-r--r--math/fxt/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile
index 6587cbdd5856..1cf018dac423 100644
--- a/math/fxt/Makefile
+++ b/math/fxt/Makefile
@@ -7,21 +7,17 @@
#
PORTNAME= fxt
-PORTVERSION= 2001.10.15
+PORTVERSION= 2002.02.25
CATEGORIES= math
MASTER_SITES= http://www.jjj.de/fxt/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
-MAKEFILE= makefile
-MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
- INSTALL_DATA="${INSTALL_DATA}"
-post-patch:
- @${PERL} -pi -e "s,^CXX,#CXX,g ; \
- s,^PREFIX,#PREFIX,g" ${WRKSRC}/${MAKEFILE}
+USE_GMAKE= yes
+MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
+MAKEFILE= makefile
.include <bsd.port.mk>