Home
last modified time | relevance | path

Searched refs:UNAME (Results 1 – 25 of 1840) sorted by relevance

12345678910>>...74

/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/dissection/src/
H A DDefs.inc55 UNAME := $(shell uname -s)
59 ifeq ($(UNAME), Darwin)
66 ifeq ($(UNAME), Linux)
105 ifeq ($(UNAME), Linux)
125 ifeq ($(UNAME), Darwin)
128 ifeq ($(UNAME), Linux)
137 ifeq ($(UNAME), Darwin)
140 ifeq ($(UNAME), Linux)
206 ifeq ($(UNAME), Linux)
289 ifeq ($(UNAME), Darwin)
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/dissection/src/Makefiles/
H A DDefs.inc.Intel55 UNAME := $(shell uname -s)
59 ifeq ($(UNAME), Darwin)
66 ifeq ($(UNAME), Linux)
105 ifeq ($(UNAME), Linux)
125 ifeq ($(UNAME), Darwin)
128 ifeq ($(UNAME), Linux)
137 ifeq ($(UNAME), Darwin)
140 ifeq ($(UNAME), Linux)
206 ifeq ($(UNAME), Linux)
289 ifeq ($(UNAME), Darwin)
[all …]
/dports/games/libretro-gpsp/gpsp-300d0c0/
H A DMakefile9 UNAME=$(shell uname -a) macro
17 ifeq ($(UNAME),)
19 else ifneq ($(findstring MINGW,$(UNAME)),)
21 else ifneq ($(findstring Darwin,$(UNAME)),)
28 else ifneq ($(findstring win,$(UNAME)),)
34 ifeq ($(firstword $(filter x86_64,$(UNAME))),x86_64)
36 else ifeq ($(firstword $(filter amd64,$(UNAME))),amd64)
38 else ifeq ($(firstword $(filter x86,$(UNAME))),x86)
52 ifeq ($(UNAME),)
55 else ifneq ($(findstring Darwin,$(UNAME)),)
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/init/
H A Dadduser.sh19 UNAME=$(uname);
22 if [ "$UNAME" = "Darwin" ]; then
36 if [ "$UNAME" = "FreeBSD" -o "$UNAME" = "DragonFly" ]; then
40 elif [ "$UNAME" = "SunOS" ]; then
44 elif [ "$UNAME" = "AIX" ]; then
48 elif [ "$UNAME" = "OpenBSD" ]; then
93 if [ "$UNAME" = "OpenBSD" ] || [ "$UNAME" = "SunOS" ]; then
102 if [ "$UNAME" = "OpenBSD" ] || [ "$UNAME" = "SunOS" ]; then
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/init/
H A Dadduser.sh19 UNAME=$(uname);
22 if [ "$UNAME" = "Darwin" ]; then
36 if [ "$UNAME" = "FreeBSD" -o "$UNAME" = "DragonFly" ]; then
40 elif [ "$UNAME" = "SunOS" ]; then
44 elif [ "$UNAME" = "AIX" ]; then
48 elif [ "$UNAME" = "OpenBSD" ]; then
93 if [ "$UNAME" = "OpenBSD" ] || [ "$UNAME" = "SunOS" ]; then
102 if [ "$UNAME" = "OpenBSD" ] || [ "$UNAME" = "SunOS" ]; then
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/init/
H A Dadduser.sh19 UNAME=$(uname);
22 if [ "$UNAME" = "Darwin" ]; then
36 if [ "$UNAME" = "FreeBSD" -o "$UNAME" = "DragonFly" ]; then
40 elif [ "$UNAME" = "SunOS" ]; then
44 elif [ "$UNAME" = "AIX" ]; then
48 elif [ "$UNAME" = "OpenBSD" ]; then
93 if [ "$UNAME" = "OpenBSD" ] || [ "$UNAME" = "SunOS" ]; then
102 if [ "$UNAME" = "OpenBSD" ] || [ "$UNAME" = "SunOS" ]; then
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/
H A Diteration_macros.hpp75 #define BGL_FORALL_ADJ_T(UNAME, VNAME, GNAME, GraphType) \ argument
84 #define BGL_FORALL_ADJ(UNAME, VNAME, GNAME, GraphType) \ argument
95 BGL_FIRST(__LINE__) = out_edges(UNAME, GNAME).first,\
96 BGL_LAST(__LINE__) = out_edges(UNAME, GNAME).second; \
104 BGL_FIRST(__LINE__) = out_edges(UNAME, GNAME).first,\
105 BGL_LAST(__LINE__) = out_edges(UNAME, GNAME).second; \
113 BGL_FIRST(__LINE__) = in_edges(UNAME, GNAME).first,\
114 BGL_LAST(__LINE__) = in_edges(UNAME, GNAME).second; \
120 #define BGL_FORALL_INEDGES(UNAME, ENAME, GNAME, GraphType) \ argument
122 BGL_FIRST(__LINE__) = in_edges(UNAME, GNAME).first,\
[all …]
/dports/textproc/bibutils/bibutils_7.2/
H A Dconfigure64 UNAME=$(uname -a)
66 if [ $( echo $UNAME | grep Linux | wc | awk '{print $1;}' ) -eq 1 ] ; then
77 if [ $( echo $UNAME | grep Darwin | wc | awk '{print $1;}' ) -eq 1 ] ; then
82 if [ $( echo $UNAME | grep 'i386' | wc | awk '{print $1}') -eq 1 ] ; then
85 if [ $( echo $UNAME | grep 'x86_64' | wc | awk '{print $1}') -eq 1 ] ; then
89 if [ $( echo $UNAME | grep SunOS | wc | awk '{print $1;}' ) -eq 1 ] ; then
92 if [ $( echo $UNAME | grep IRIX | wc | awk '{print $1;}' ) -eq 1 ] ; then
95 if [ $( echo $UNAME | grep NetBSD | wc | awk '{print $1;}' ) -eq 1 ] ; then
101 if [ $( echo $UNAME | grep FreeBSD | wc | awk '{print $1;}' ) -eq 1 ] ; then
107 if [ $( echo $UNAME | grep Cygwin | wc | awk '{print $1;}' ) -eq 1 ] ; then
[all …]
/dports/games/qwdtools/mvdsv-0.34/
H A Dconfigure88 UNAME=$1
90 UNAME=`uname`
96 if [ ${UNAME} = CYGWIN_NT-10.0 ]; then
101 echo UNAME="${UNAME}" >> Makefile
130 case ${UNAME} in
132 echo "${UNAME} ${ARCH} ${BITS}bits system - using BSD Makefile."
138 echo "${UNAME} ${ARCH} ${BITS}bits system - using GNU Makefile."
144 echo "${UNAME} ${ARCH} ${BITS}bits system - using GNU Makefile."
162 echo "Unknown system: ${UNAME}."
/dports/games/mvdsv/mvdsv-0.34/
H A Dconfigure88 UNAME=$1
90 UNAME=`uname`
96 if [ ${UNAME} = CYGWIN_NT-10.0 ]; then
101 echo UNAME="${UNAME}" >> Makefile
130 case ${UNAME} in
132 echo "${UNAME} ${ARCH} ${BITS}bits system - using BSD Makefile."
138 echo "${UNAME} ${ARCH} ${BITS}bits system - using GNU Makefile."
144 echo "${UNAME} ${ARCH} ${BITS}bits system - using GNU Makefile."
162 echo "Unknown system: ${UNAME}."
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/
H A Dconfigure64 UNAME=$(uname -a)
66 if [ $( echo $UNAME | grep Linux | wc | awk '{print $1;}' ) -eq 1 ] ; then
77 if [ $( echo $UNAME | grep Darwin | wc | awk '{print $1;}' ) -eq 1 ] ; then
82 if [ $( echo $UNAME | grep 'i386' | wc | awk '{print $1}') -eq 1 ] ; then
85 if [ $( echo $UNAME | grep 'x86_64' | wc | awk '{print $1}') -eq 1 ] ; then
89 if [ $( echo $UNAME | grep SunOS | wc | awk '{print $1;}' ) -eq 1 ] ; then
92 if [ $( echo $UNAME | grep IRIX | wc | awk '{print $1;}' ) -eq 1 ] ; then
95 if [ $( echo $UNAME | grep NetBSD | wc | awk '{print $1;}' ) -eq 1 ] ; then
98 if [ $( echo $UNAME | grep FreeBSD | wc | awk '{print $1;}' ) -eq 1 ] ; then
104 if [ $( echo $UNAME | grep Cygwin | wc | awk '{print $1;}' ) -eq 1 ] ; then
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dcipd15 UNAME=`uname -s | tr '[:upper:]' '[:lower:]'`
16 case "${UNAME}" in
18 OS="${UNAME}"
22 OS="${UNAME}"
36 >&2 echo "CIPD not supported on ${UNAME}"
41 UNAME=`uname -m | tr '[:upper:]' '[:lower:]'`
42 case "${UNAME}" in
47 ARCH="${UNAME}"
56 ARCH="${UNAME}"
63 ARCH="${UNAME}"
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/samples/streams/rzip/
H A DMakefile8 UNAME := Windows macro
10 UNAME := $(shell uname 2>/dev/null || echo Unknown) macro
11 UNAME := $(patsubst CYGWIN%,Cygwin,$(UNAME)) macro
12 UNAME := $(patsubst MSYS%,MSYS,$(UNAME)) macro
13 UNAME := $(patsubst MINGW%,MSYS,$(UNAME)) macro
17 ifeq ($(UNAME), Windows)
20 ifeq ($(UNAME), MSYS)
78 ifeq ($(UNAME), Windows)
81 ifeq ($(UNAME), MSYS)
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/samples/streams/rzip/
H A DMakefile8 UNAME := Windows macro
10 UNAME := $(shell uname 2>/dev/null || echo Unknown) macro
11 UNAME := $(patsubst CYGWIN%,Cygwin,$(UNAME)) macro
12 UNAME := $(patsubst MSYS%,MSYS,$(UNAME)) macro
13 UNAME := $(patsubst MINGW%,MSYS,$(UNAME)) macro
17 ifeq ($(UNAME), Windows)
20 ifeq ($(UNAME), MSYS)
78 ifeq ($(UNAME), Windows)
81 ifeq ($(UNAME), MSYS)
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /.*BSD/) {
16 } elsif ($UNAME =~ /Linux/) {
18 } elsif ($UNAME =~ /SunOS/) {
21 } elsif ($UNAME =~ /xCYGWIN/) {
23 } elsif ($UNAME =~ /xMINGW/) {
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /.*BSD/) {
16 } elsif ($UNAME =~ /Linux/) {
18 } elsif ($UNAME =~ /SunOS/) {
21 } elsif ($UNAME =~ /xCYGWIN/) {
23 } elsif ($UNAME =~ /xMINGW/) {
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-bam/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /Linux/) {
16 } elsif ($UNAME =~ /SunOS/) {
19 } elsif ($UNAME =~ /xCYGWIN/) {
21 } elsif ($UNAME =~ /xMINGW/) {
24 $HOST_OS = $UNAME;
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-java/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /Linux/) {
16 } elsif ($UNAME =~ /SunOS/) {
19 } elsif ($UNAME =~ /xCYGWIN/) {
21 } elsif ($UNAME =~ /xMINGW/) {
24 $HOST_OS = $UNAME;
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-python/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /Linux/) {
16 } elsif ($UNAME =~ /SunOS/) {
19 } elsif ($UNAME =~ /xCYGWIN/) {
21 } elsif ($UNAME =~ /xMINGW/) {
24 $HOST_OS = $UNAME;
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-sdk/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /Linux/) {
16 } elsif ($UNAME =~ /SunOS/) {
19 } elsif ($UNAME =~ /xCYGWIN/) {
21 } elsif ($UNAME =~ /xMINGW/) {
24 $HOST_OS = $UNAME;
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /Linux/) {
16 } elsif ($UNAME =~ /SunOS/) {
19 } elsif ($UNAME =~ /xCYGWIN/) {
21 } elsif ($UNAME =~ /xMINGW/) {
24 $HOST_OS = $UNAME;
[all …]
/dports/biology/ncbi-vdb/ngs-2.11.0/ngs-bam/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /Linux/) {
16 } elsif ($UNAME =~ /SunOS/) {
19 } elsif ($UNAME =~ /xCYGWIN/) {
21 } elsif ($UNAME =~ /xMINGW/) {
24 $HOST_OS = $UNAME;
[all …]
/dports/biology/ncbi-vdb/ngs-2.11.0/ngs-java/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /Linux/) {
16 } elsif ($UNAME =~ /SunOS/) {
19 } elsif ($UNAME =~ /xCYGWIN/) {
21 } elsif ($UNAME =~ /xMINGW/) {
24 $HOST_OS = $UNAME;
[all …]
/dports/biology/ncbi-vdb/ngs-2.11.0/ngs-python/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /Linux/) {
16 } elsif ($UNAME =~ /SunOS/) {
19 } elsif ($UNAME =~ /xCYGWIN/) {
21 } elsif ($UNAME =~ /xMINGW/) {
24 $HOST_OS = $UNAME;
[all …]
/dports/biology/ncbi-vdb/ngs-2.11.0/ngs-sdk/setup/
H A Dos-arch.prl2 my ($UNAME, $HOST_OS, $HOST_ARCH,
6 $UNAME = $HOST_OS = 'win';
10 $UNAME = `uname -s`;
11 chomp $UNAME;
12 if ($UNAME =~ /Darwin/) {
14 } elsif ($UNAME =~ /Linux/) {
16 } elsif ($UNAME =~ /SunOS/) {
19 } elsif ($UNAME =~ /xCYGWIN/) {
21 } elsif ($UNAME =~ /xMINGW/) {
24 $HOST_OS = $UNAME;
[all …]

12345678910>>...74