diff options
author | thierry <thierry@FreeBSD.org> | 2016-08-27 04:00:36 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2016-08-27 04:00:36 +0800 |
commit | f4b1fab93b2205b9ef20e5465ceb14bb6ea9b424 (patch) | |
tree | 7bef67977fb0fbfaabc588ebdc602fae8e8ea97e /math/emc2/Makefile | |
parent | 0140d14ed2cc82870885a67dc0fe94be38d6c014 (diff) | |
download | freebsd-ports-gnome-f4b1fab93b2205b9ef20e5465ceb14bb6ea9b424.tar.gz freebsd-ports-gnome-f4b1fab93b2205b9ef20e5465ceb14bb6ea9b424.tar.zst freebsd-ports-gnome-f4b1fab93b2205b9ef20e5465ceb14bb6ea9b424.zip |
Update to v2.16d and unbreak.
Diffstat (limited to 'math/emc2/Makefile')
-rw-r--r-- | math/emc2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/emc2/Makefile b/math/emc2/Makefile index 7631e6c27ca0..11ab57b8ae7b 100644 --- a/math/emc2/Makefile +++ b/math/emc2/Makefile @@ -3,25 +3,24 @@ PORTNAME= emc2 DISTVERSIONPREFIX=v -DISTVERSION= 2.16c +DISTVERSION= 2.16d CATEGORIES= math science -MASTER_SITES= http://www.ann.jussieu.fr/~hecht/ftp/emc2/ +MASTER_SITES= https://www.ljll.math.upmc.fr/~hecht/ftp/emc2/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical editor of two-dimensional mesh geometries -BROKEN= does not fetch (no address record) - LICENSE= INRIA LICENSE_NAME= INRIA license, perhaps specific to emc2 LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= auto-accept no-dist-sell no-pkg-sell + RESTRICTED= No resale, contact author for commercial usage USE_XORG= x11 -USES= gmake +USES= gmake tar:tgz ALL_TARGET= ${PORTNAME} .if defined(LANG) && ${LANG:Mfr*} != "" |