Changeset View
Changeset View
Standalone View
Standalone View
cad/astk-serveur/Makefile
| PORTNAME= astk | PORTNAME= astk | ||||
| DISTVERSION= 2020.0-1 | DISTVERSION= 2020.0-1 | ||||
| PORTREVISION= 2 | PORTREVISION= 2 | ||||
| CATEGORIES= cad | CATEGORIES= cad | ||||
| .if !defined(CLIENT_SEUL) | .if !defined(CLIENT_SEUL) | ||||
| PKGNAMESUFFIX= -serveur | PKGNAMESUFFIX= -serveur | ||||
| .else | .else | ||||
| PKGNAMESUFFIX= -client | PKGNAMESUFFIX= -client | ||||
| .endif | .endif | ||||
| MAINTAINER= thierry@FreeBSD.org | MAINTAINER= thierry@FreeBSD.org | ||||
| COMMENT?= Graphical interface for Code_Aster (server side) | COMMENT?= Graphical interface for Code_Aster (server side) | ||||
| WWW= http://www.code-aster.org/ | WWW= http://www.code-aster.org/ | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe | NOT_FOR_ARCHS= armv6 armv7 i386 powerpc powerpcspe | ||||
| NOT_FOR_ARCHS_REASON= ARG_MAX is too small for Code_Aster on 32 bits systems | NOT_FOR_ARCHS_REASON= ARG_MAX is too small for Code_Aster on 32 bits systems | ||||
| #----------------------------------------------------------------------- | #----------------------------------------------------------------------- | ||||
| # You may define these options: | # You may define these options: | ||||
| # | # | ||||
| # - WITH_ZSH or WITH_BASH or WITH_KSH: select a shell among | # - WITH_ZSH or WITH_BASH or WITH_KSH: select a shell among | ||||
| # zsh (default), bash or ksh; | # zsh (default), bash or ksh; | ||||
| # - WITH_ED: select an editor accepting '-display' (e.g. gvim, nedit); | # - WITH_ED: select an editor accepting '-display' (e.g. gvim, nedit); | ||||
| ▲ Show 20 Lines • Show All 258 Lines • Show Last 20 Lines | |||||