diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-15 02:45:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-15 02:45:29 +0800 |
commit | e6ab7b19450795427c7b03a9924b03fa41b09410 (patch) | |
tree | 786a3bb6746e5493015727f9114a86bf771276e8 /math/fxt/Makefile | |
parent | a0aba4bd0c55e86961fcc3ac70fcae1c8a96e749 (diff) | |
download | freebsd-ports-gnome-e6ab7b19450795427c7b03a9924b03fa41b09410.tar.gz freebsd-ports-gnome-e6ab7b19450795427c7b03a9924b03fa41b09410.tar.zst freebsd-ports-gnome-e6ab7b19450795427c7b03a9924b03fa41b09410.zip |
- Update to 2007.11.02
PR: 118606
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'math/fxt/Makefile')
-rw-r--r-- | math/fxt/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 2bcd00bb395d..db701b035802 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2006.12.17 +PORTVERSION= 2007.11.02 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ \ http://freebsd.unixfreunde.de/sources/ @@ -18,17 +18,12 @@ COMMENT= FFT code and related stuff WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GCC= 3.4+ USE_GMAKE= yes MAKEFILE= makefile MAKE_ENV= CXX="${CXX}" .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - post-patch: @${REINPLACE_CMD} -E \ -e 's,^(FXT_CXXFLAGS),#\1,' \ @@ -41,7 +36,8 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/00*.txt ${DOCSDIR}/ - +.endif +.if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/demo && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/) .endif |