diff options
author | thierry <thierry@FreeBSD.org> | 2006-09-26 13:29:50 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-09-26 13:29:50 +0800 |
commit | 02d2762ff179b9b0aa547cdd7724de85901b6afa (patch) | |
tree | 9c6bb28e65546fd192c5012c1bd81feb450d928b /science/medit/Makefile | |
parent | 95858d3f460c321a46aba43ccb488042f795461a (diff) | |
download | freebsd-ports-gnome-02d2762ff179b9b0aa547cdd7724de85901b6afa.tar.gz freebsd-ports-gnome-02d2762ff179b9b0aa547cdd7724de85901b6afa.tar.zst freebsd-ports-gnome-02d2762ff179b9b0aa547cdd7724de85901b6afa.zip |
Add binaries (not tested) for amd64 (built by vd) and ia64 (built with
help from marcel).
Diffstat (limited to 'science/medit/Makefile')
-rw-r--r-- | science/medit/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/science/medit/Makefile b/science/medit/Makefile index 131e2bc3c0bb..25e7ddc42e40 100644 --- a/science/medit/Makefile +++ b/science/medit/Makefile @@ -34,7 +34,7 @@ MISSING_FILES= eigenv.c libmesh3.c libmesh3.h DISTFILES+= ${PORTNAME}-${ARCH}-${DISTVER}-${PORTVERSION}${EXTRACT_SUFX} NO_BUILD= yes PATCHDIR= # No patches -ONLY_FOR_ARCHS= i386 # Ask the maintainer to add one +ONLY_FOR_ARCHS= amd64 i386 ia64 # Ask the maintainer to add one PLIST_FILES= bin/${PORTNAME} @@ -54,12 +54,20 @@ USE_GL= yes .include <bsd.port.pre.mk> . if ${OSVERSION} < 601000 +. if ${ARCH} == i386 DISTVER= 4.11 -. if ${OSVERSION} >= 500000 +. if ${OSVERSION} >= 500000 LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +. endif +. else +BROKEN= no binary available for your platform x version at the moment . endif . else +. if ${ARCH} == ia64 +DISTVER= 6.2 +. else DISTVER= 6.1 +. endif . endif .if defined(MAINTAINER_MODE) |