aboutsummaryrefslogtreecommitdiff
path: root/math/fxt/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-03 08:09:43 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-03 08:09:43 +0000
commita6207797714748e5895bb507ac055450c6467727 (patch)
treed3761f1bce58d2145d0a2fad5c1e27ce2ba8c911 /math/fxt/Makefile
parenta1b38dadba1d68dbd6e766b5fbc41b0a57a9f12b (diff)
Notes
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>