diff options
Diffstat (limited to 'science/v_sim')
-rw-r--r-- | science/v_sim/Makefile | 8 | ||||
-rw-r--r-- | science/v_sim/pkg-descr | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 7d4cefbf8fa6..69aab2c337b3 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -3,8 +3,9 @@ PORTNAME= v_sim PORTVERSION= 3.7.2 +PORTREVISION= 2 CATEGORIES= science -MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ +MASTER_SITES= http://inac.cea.fr/L_Sim/V_Sim/download/ MAINTAINER= thierry@FreeBSD.org COMMENT= Visualization of atomic structures @@ -14,7 +15,12 @@ LICENSE_NAME= CeCILL LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libftgl.so:graphics/ftgl + USES= fortran gmake libtool pkgconfig tar:bzip2 +USE_XORG= x11 USE_GNOME= gtk20 intltool cairo USE_GL= yes GNU_CONFIGURE= yes diff --git a/science/v_sim/pkg-descr b/science/v_sim/pkg-descr index e41b62d8214b..8c7e9e983cf6 100644 --- a/science/v_sim/pkg-descr +++ b/science/v_sim/pkg-descr @@ -6,4 +6,4 @@ choose the view, the size of the atoms, their color, the background color, the type of fog... Much of it is detailled in the user guide. Moreover V_Sim allows to export the view as image in GIF, PS or more formats. -WWW: http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/index.en.html +WWW: http://inac.cea.fr/L_Sim/V_Sim/ |