mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
2571a1881c
- Take over maintainership - Stop supporting this on FreeBSD 4.X Approved by: old maintainer (takeover)
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
bin/boinc_client
|
|
bin/boinc_cmd
|
|
bin/crypt_prog
|
|
%%BOINC_GUI%%bin/boinc_gui
|
|
include/BOINC/app_ipc.h
|
|
include/BOINC/boinc_api.h
|
|
include/BOINC/boinc_win.h
|
|
include/BOINC/boinc_zip.h
|
|
include/BOINC/crypt.h
|
|
include/BOINC/diagnostics.h
|
|
include/BOINC/error_numbers.h
|
|
include/BOINC/exception.h
|
|
include/BOINC/filesys.h
|
|
include/BOINC/graphics_api.h
|
|
include/BOINC/graphics_impl.h
|
|
include/BOINC/graphics_lib.h
|
|
include/BOINC/gutil.h
|
|
include/BOINC/hostinfo.h
|
|
include/BOINC/mfile.h
|
|
include/BOINC/miofile.h
|
|
include/BOINC/msg_log.h
|
|
include/BOINC/parse.h
|
|
include/BOINC/prefs.h
|
|
include/BOINC/proxy_info.h
|
|
include/BOINC/std_fixes.h
|
|
include/BOINC/util.h
|
|
lib/libbenchmark.a
|
|
lib/libboinc.a
|
|
lib/libboinc_api.a
|
|
%%BOINC_GUI%%lib/libboinc_graphics_api.a
|
|
%%BOINC_GUI%%lib/libboinc_graphics_impl.a
|
|
%%BOINC_GUI%%lib/libboinc_graphics_lib.a
|
|
lib/libboinc_zip.a
|
|
@dirrm include/BOINC
|
|
@unexec if [ -d %%BOINC_HOME%% ]; then echo "If you are deinstalling boinc completely, remove the %%BOINC_HOME%% directory."; fi
|
|
@unexec if [ -d %%BOINC_HOME%% ]; then echo -n "Also, d"; else echo -n "D"; fi
|
|
@unexec echo "on't forget to remove the \"%%BOINC_USER%%\" user."
|