diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:57:35 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:57:35 +0800 |
commit | 7ebc8359e9ab0c7342b32b0d92e5c221c8371db4 (patch) | |
tree | c65810bd94349ec035fb6c6094972297fe4a11ba /science | |
parent | 22084e17f721ebb9a063f5603491229fcfc70d9b (diff) | |
download | freebsd-ports-gnome-7ebc8359e9ab0c7342b32b0d92e5c221c8371db4.tar.gz freebsd-ports-gnome-7ebc8359e9ab0c7342b32b0d92e5c221c8371db4.tar.zst freebsd-ports-gnome-7ebc8359e9ab0c7342b32b0d92e5c221c8371db4.zip |
- Fix trailing whitespace in Makefiles
Approved by: portmgr blanket
Diffstat (limited to 'science')
-rw-r--r-- | science/afni/files/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/science/afni/files/Makefile b/science/afni/files/Makefile index 124f70fc9155..db7e4f4a4f40 100644 --- a/science/afni/files/Makefile +++ b/science/afni/files/Makefile @@ -2,7 +2,7 @@ # # This Makefile is tested with FreeBSD 5.x # -# Contributed by: +# Contributed by: # Jason W. Bacon # Medical College of Wisconsin # bacon@smithers.neuro.mcw.edu @@ -10,14 +10,14 @@ # Before compiling afni, install the following packages: # # open-motif -# +# # To compile SUMA you will also need the following packages: # # libiconv # gettext # gmake # -# Note: SUMA has display problems on FreeBSD 4.8 and below that I +# Note: SUMA has display problems on FreeBSD 4.8 and below that I # have not found time to resolve. I believe they are related # to the version of the GL libraries that ship with 4.x. # @@ -25,7 +25,7 @@ # and under FreeBSD 5.1. # # Note: The SUMA build process (as of Aug, 2003) requires GNU make, -# which is ${LOCALBASE}/bin/gmake on BSD systems. +# which is ${LOCALBASE}/bin/gmake on BSD systems. # Be sure the MAKE macro below is set to gmake. # # Note: Compilation of netcdf-3.5.0 may fail due to m4's lack of @@ -100,9 +100,9 @@ LLIBS = -lmri -lf2c -lXm -lXp -lXpm -lXext -lXmu -lXt -lX11 -lm $(LZLIB) $(LGIF # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # For suma (NO STATIC LINKING OF GL libs) -SUMA_INCLUDE_PATH = -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/lib/glib-2.0/include -I${LOCALBASE}/include -I./ -I../ -I../niml/ -Igts/src +SUMA_INCLUDE_PATH = -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/lib/glib-2.0/include -I${LOCALBASE}/include -I./ -I../ -I../niml/ -Igts/src SUMA_LINK_PATH = -L/usr/lib -L${LOCALBASE}/lib -L../ -#use -lGLw if you have libGLw.a or libGLw.so* or +#use -lGLw if you have libGLw.a or libGLw.so* or # -lMesaGLw if you have Mesa's version (libMesaGLw*) of libGLw SUMA_LINK_LIB = -lXm -lGLw -lGLU -lGL -lXmu -lXp -lXt -lXext -lX11 -lm $(LZLIB) -lxml2 -lexpat SUMA_MAKEFILE_NAME = SUMA_Makefile |